Dog it

This extension fetch all images from your favorites pages.

Co to jest Dog it?

Dog it to rozszerzenie Chrome opracowane przez darul75, a jego główną funkcją jest „This extension fetch all images from your favorites pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dog it

Pobierz pliki rozszerzeń Dog it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Download all images from a website in one shot, one by one or all in a compressed zip archive.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dog it Dog it
ID bcceanhkdnodhlglnggnepecgoemgmmg
Oficjalny URL https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg
Opis This extension fetch all images from your favorites pages.
Rozmiar pliku 1.72 MB
Liczba instalacji 27
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2016-01-26
Data Publikacji 2016-01-26
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper darul75
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}