Remote Firefox
Navigate through the files!
什麼是Remote Firefox?
Remote Firefox是由Cameyo開發的Chrome擴展程式,該擴展的主要功能是“Navigate through the files!”。
下載Remote Firefox擴展crx文件
下載Remote Firefox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remote browsing provides absolute security & anonymity.
擴展基本資訊
名稱 | |
ID | hlnglhkiobjbldahiobfolnhegdgiobg |
官方網址 | https://chrome.google.com/webstore/detail/remote-firefox/hlnglhkiobjbldahiobfolnhegdgiobg |
簡介 | Navigate through the files! |
檔案大小 | 27.66 MB |
安裝次數 | 10 |
目前版本 | 0.60 |
更新時間 | 2017-11-03 |
上架時間 | 2017-11-03 |
開發者 | Cameyo |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "web_accessible_resources": [ "\/*" ], "minimum_chrome_version": "28", "browser_action": { "default_title": "Launch Remote Firefox" }, "name": "Remote Firefox", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2, "description": "Navigate through the files!", "offline_enabled": true, "platforms": [ { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific\/x86_64" }, { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific\/x86_32" } ], "homepage_url": "https:\/\/online.cameyo.com", "version": "0.60", "background": { "persistent": false, "scripts": [ "background.js", "utils.js", "app_launcher.js" ] }, "content_security_policy": "script-src 'self' https:\/\/online.cameyo.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "alarms", "storage", "unlimitedStorage", "clipboardRead", "clipboardWrite", "tabs" ] } |