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:\/\/*\/" ] } |