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 |
官方網址 | 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:\/\/*\/" ] } |