简体   繁体   中英

Need Help Coding Google Chrome Extension (Beginner)

I'm trying to create a simple google chrome extension with 2 or 3 browser actions. I've been using selenium IDE to record the steps through Firefox I want to use. 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. 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. These are the tools used to build Chrome extensions.

Here are some good places to learn from:

After that, IBM's tutorial for Chrome extensions is a must-read.

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 .

Enjoy!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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