ShareDownloader Remote Extension
Simple and easy way to send links to your ShareDownloader App.
什麼是ShareDownloader Remote Extension?
ShareDownloader Remote Extension是由https://sharedownloader.net開發的Chrome擴展程式,該擴展的主要功能是“Simple and easy way to send links to your ShareDownloader App.”。
擴展截圖
下載ShareDownloader Remote Extension擴展crx文件
下載ShareDownloader Remote Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple and easy way to send links to your ShareDownloader App. Requirements: - ShareDownloader Version >= 2.0.0 - Remote server is enabled (In ShareDownloader App)
擴展基本資訊
名稱 | ShareDownloader Remote Extension |
ID | goiekmbjkpchgmmnfeipcoejpnlmofdd |
官方網址 | https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd |
簡介 | Simple and easy way to send links to your ShareDownloader App. |
檔案大小 | 258 KB |
安裝次數 | 131 |
目前版本 | 1.1 |
更新時間 | 2014-05-21 |
上架時間 | 2014-05-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://sharedownloader.net |
付費類型 | free |
擴展官網 | http://sharedownloader.net |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1", "author": "IT-Gecko.de", "homepage_url": "http:\/\/sharedownloader.net", "default_locale": "en", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |