Dog it

This extension fetch all images from your favorites pages.

Dog itคืออะไร?

Dog it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darul75 และคุณลักษณะหลักของมันคือ "This extension fetch all images from your favorites pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dog it

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

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

                        Download all images from a website in one shot, one by one or all in a compressed zip archive.                    

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

ชื่อ Dog it Dog it
ID bcceanhkdnodhlglnggnepecgoemgmmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg
คำอธิบาย This extension fetch all images from your favorites pages.
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-01-26
วันที่เผยแพร่ 2016-01-26
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา darul75
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dog it",
    "description": "This extension fetch all images from your favorites pages.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": {
            "16": "zynga_16x16.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inspector.js"
            ]
        }
    ],
    "icons": {
        "16": "zynga_16x16.png",
        "48": "zynga_64x64.png",
        "128": "zynga_128x128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}