By: GGBOY
Inspect and view changes in File Launcher Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "File Launcher Extension",
"version": "1.0.3",
"description": "这是一个用于启动本地文件的浏览器扩展。",
"permissions": [
"nativeMessaging",
"activeTab",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http://localhost/*"
],
"js": [
"content.js"
]
}
],
"externally_connectable": {
"matches": [
"http://localhost/*"
]
},
"browser_specific_settings": {
"gecko": {
"id": "ggboy@ggboy.com",
"strict_min_version": "89.0"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
} Best File Launcher Extension Alternatives
Here are some Firefox add-ons that are similar to File Launcher Extension: