Inspect and view changes in FinalMind 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": "FinalMind",
"version": "1.0.22",
"manifest_version": 3,
"description": "FinalMind是一款简å•æ˜“用的æ€ç»´å¯¼å›¾å·¥å…·ï¼Œé€‚用于å„ç§åœºæ™¯ï¼Œå¦‚头脑风暴ã€é¡¹ç›®ç®¡ç†ã€æ¼”示文稿大纲ç‰ã€‚它支æŒåœ¨çº¿ä½¿ç”¨ï¼Œå¯ä»¥åœ¨ä¸åŒè®¾å¤‡ä¸Šè½»æ¾åˆ›å»ºå’Œç¼–辑æ€ç»´å¯¼å›¾ã€‚",
"permissions": [
"tabs"
],
"background": {
"service_worker": "extension/background.js"
},
"icons": {
"16": "icons/16x16.png",
"32": "icons/32x32.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"action": {
"default_popup1": "popup.html",
"default_icon": {
"16": "icons/16x16.png",
"32": "icons/32x32.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
}
},
"omnibox": {
"keyword": "mind"
},
"web_accessible_resources": [
{
"resources": [
"/logo.png",
"/assets/images/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"js": [
"extension/content_scripts.js"
],
"matches": [
"http://lingyun.net/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}