简体   繁体   中英

Edit manifest file of chrome extension

I am a beginner and trying to make an extension for chrome. I have a manifest.json file and I want to edit this file interactively. This means that a user will enter the information and my manifest.json file should change accordingly. How can I do it?

You can execute scripts on any page using Content Scripts . Just set the matches value to * : http://code.google.com/chrome/extensions/content_scripts.html

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