Grabber, easy way to download the images

Grab the images or soon other assets from within the active page

Grabber, easy way to download the imagesคืออะไร?

Grabber, easy way to download the images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grabcode.fr และคุณลักษณะหลักของมันคือ "Grab the images or soon other assets from within the active page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grabber, easy way to download the images

ดาวน์โหลดไฟล์ส่วนขยาย Grabber, easy way to download the images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button.

Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.                    

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

ชื่อ Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
คำอธิบาย Grab the images or soon other assets from within the active page
ขนาดไฟล์ 16.28 KB
จำนวนการติดตั้ง 398
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-03-02
วันที่เผยแพร่ 2017-03-01
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://grabcode.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grabber, easy way to download the images",
    "short_name": "Grabber",
    "description": "Grab the images or soon other assets from within the active page",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Grabber",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}