Image Link Grabber

Grab all image links from webpage.

Apa itu Image Link Grabber?

Image Link Grabber adalah ekstensi Chrome yang dikembangkan oleh https://standaloneinstaller.com, dan fitur utamanya adalah "Grab all image links from webpage.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Image Link Grabber

Unduh file ekstensi Image Link Grabber 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

                        Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links.                    

Informasi Dasar Ekstensi

Nama Image Link Grabber Image Link Grabber
ID fpajdpibnnhcohnpmnbefdgkbddmpjif
URL Resmi https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif
Deskripsi Grab all image links from webpage.
Ukuran File 601 KB
Jumlah Instalasi 11,554
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2016-05-30
Tanggal Publikasi 2016-05-29
Penilaian 4.43/5 Total 14 Penilaian
Pengembang https://standaloneinstaller.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://standaloneinstaller.com/download-image-link-grabber
URL Halaman Kebijakan Privasi https://standaloneinstaller.com/privacypolicy.php
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Link Grabber",
    "default_locale": "en",
    "description": "Grab all image links from webpage.",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}