GetThemAll

Download all the images on a webpage

Apa itu GetThemAll?

GetThemAll adalah ekstensi Chrome yang dikembangkan oleh federerchou, dan fitur utamanya adalah "Download all the images on a webpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GetThemAll

Unduh file ekstensi GetThemAll 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

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

Informasi Dasar Ekstensi

Nama GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
URL Resmi https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Deskripsi Download all the images on a webpage
Ukuran File 207 KB
Jumlah Instalasi 31,420
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2018-01-25
Tanggal Publikasi 2018-01-25
Penilaian 2.32/5 Total 119 Penilaian
Pengembang federerchou
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}