2021年5月3日

chrome manifest.json 3

摘要: { // Required "manifest_version": 3, "name": "My Extension", "version": "versionString", // Recommended "action": {...}, "default_locale": "en", "desc 阅读全文

posted @ 2021-05-03 13:13 //君莫笑 阅读(316) 评论(0) 推荐(0)

chrome manifest.json 2

摘要: { // Required "app": { "background": { // Optional "scripts": ["background.js"] } }, "manifest_version": 2, "name": "My App", "version": "versionStrin 阅读全文

posted @ 2021-05-03 13:11 //君莫笑 阅读(188) 评论(0) 推荐(0)

导航