Grabber, easy way to download the images

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

Apa itu Grabber, easy way to download the images?

Grabber, easy way to download the images adalah ekstensi Chrome yang dikembangkan oleh https://grabcode.fr, dan fitur utamanya adalah "Grab the images or soon other assets from within the active page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Grabber, easy way to download the images

Unduh file ekstensi Grabber, easy way to download the images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
URL Resmi https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Deskripsi Grab the images or soon other assets from within the active page
Ukuran File 16.28 KB
Jumlah Instalasi 398
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-03-02
Tanggal Publikasi 2017-03-01
Penilaian 2.50/5 Total 2 Penilaian
Pengembang https://grabcode.fr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}