Inspect and view changes in 云书签 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "云书ç¾",
"manifest_version": 3,
"version": "3.0.9",
"description": "云书ç¾æ˜¯ä¸€æ¬¾çŽ°ä»£åŒ–网å€æ”¶è—夹和网站导航工具,å¯ä»¥å¸®åŠ©æ‚¨æ”¶è—自己喜欢的网页,让您能够éšæ—¶éšåœ°çš„管ç†å’Œä½¿ç”¨ï¼Œè¿˜åœ¨ç‰ä»€ä¹ˆå‘¢ï¼ŒæŠ“ç´§æ¥ä½¿ç”¨æˆ‘å§ã€‚",
"action": {
"default_icon": "img/erlyun.png",
"default_title": "云书ç¾"
},
"host_permissions": [
"https://www.erlyun.com/",
"http://www.erlyun5.com/"
],
"icons": {
"16": "img/erlyun.png",
"48": "img/erlyun.png",
"128": "img/erlyun.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"contextMenus",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css/page.css"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/html2canvas.min.pro.js",
"js/page.js"
],
"run_at": "document_start"
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}