页面(草榴)打开器,在新标签页打开20个当前页面的内容
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "CL Page Opener",
"description": "页é¢ï¼ˆè‰æ¦´ï¼‰æ‰“å¼€å™¨ï¼Œåœ¨æ–°æ ‡ç¾é¡µæ‰“å¼€20个当å‰é¡µé¢çš„内容",
"version": "1.0",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "./images/l-16.png",
"32": "./images/l-32.png",
"48": "./images/l-48.png",
"128": "./images/l-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}