W:A Content Downloader
Download maps, schemes, and other contents by one click.
W:A Content Downloaderとは何ですか?
W:A Content DownloaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Download maps, schemes, and other contents by one click.」です。
W:A Content Downloader拡張機能のCRXファイルをダウンロード
W:A Content Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ffffaoahnohjnabcnebmphbanajkammi |
| 公式URL | https://chromewebstore.google.com/detail/wa-content-downloader/ffffaoahnohjnabcnebmphbanajkammi |
| 説明 | Download maps, schemes, and other contents by one click. |
| ファイルサイズ | 32.24 KB |
| インストール数 | 16 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-02-15 |
| 公開日 | 2017-02-15 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "W:A Content Downloader",
"version": "1.1",
"manifest_version": 2,
"description": "Download maps, schemes, and other contents by one click.",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"128": "wa.png"
},
"short_name": "WACD",
"page_action": {
"default_icon": "wa.png"
},
"permissions": [
"nativeMessaging",
"tabs",
"activeTab",
"declarativeContent",
"http:\/\/*\/"
]
} | |