简体   繁体   English

需要帮助编码Google Chrome扩展程序(入门)

[英]Need Help Coding Google Chrome Extension (Beginner)

I'm trying to create a simple google chrome extension with 2 or 3 browser actions. 我正在尝试使用2或3个浏览器操作创建一个简单的Google chrome扩展程序。 I've been using selenium IDE to record the steps through Firefox I want to use. 我一直在使用Selenium IDE来记录要使用的Firefox的步骤。 However, I don't know how to take those steps and put them into a coding language for Google Chrome in a .json so I can upload. 但是,我不知道如何执行这些步骤,并将其放入.json中的Google Chrome浏览器的编码语言中,这样我就可以上传了。 I'm a beginner and have little coding knowledge, if someone could lead me in the right direction that would be great. 我是一个初学者,几乎没有编码知识,如果有人可以引导我朝正确的方向发展,那将是很好的。 Thanks for your time! 谢谢你的时间!

To begin, you will need some basic knowledge of JavaScript (and possibly HTML and CSS) for experimenting and asking further questions. 首先,您将需要一些JavaScript(以及HTML和CSS)的基本知识,以便进行实验并提出其他问题。 These are the tools used to build Chrome extensions. 这些是用于构建Chrome扩展程序的工具。

Here are some good places to learn from: 这里是一些值得学习的好地方:

After that, IBM's tutorial for Chrome extensions is a must-read. 之后,必须阅读IBM的 Chrome扩展教程

Further on down the line, there are tools that make the process of developing extensions easier and/or faster, etc. such as Extension Maker and Crossrider . 进一步讲,还有诸如Extension MakerCrossrider之类的工具可以使开发扩展程序的过程更容易和/或更快。

Enjoy! 请享用!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM