Dog it
This extension fetch all images from your favorites pages.
Apa itu Dog it?
Dog it adalah ekstensi Chrome yang dikembangkan oleh darul75, dan fitur utamanya adalah "This extension fetch all images from your favorites pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dog it
Unduh file ekstensi Dog it 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
Download all images from a website in one shot, one by one or all in a compressed zip archive.
Informasi Dasar Ekstensi
Nama | Dog it |
ID | bcceanhkdnodhlglnggnepecgoemgmmg |
URL Resmi | https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg |
Deskripsi | This extension fetch all images from your favorites pages. |
Ukuran File | 1.72 MB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2016-01-26 |
Tanggal Publikasi | 2016-01-26 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | darul75 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |