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) 拡張機能の基本情報
| 名前 | |
| ID | goiekmbjkpchgmmnfeipcoejpnlmofdd |
| 公式URL | 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:\/\/*\/*"
]
} | |