W:A Content Downloader

Download maps, schemes, and other contents by one click.

W:A Content Downloaderคืออะไร?

W:A Content Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Download maps, schemes, and other contents by one click."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย W:A Content Downloader

ดาวน์โหลดไฟล์ส่วนขยาย W:A Content Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ W:A Content Downloader W:A Content Downloader
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:\/\/*\/"
    ]
}