Star Wars Image Randomizer

Automatically search Google Images using Random Star Wars terms

Co to jest Star Wars Image Randomizer?

Star Wars Image Randomizer to rozszerzenie Chrome opracowane przez chrischesoft, a jego główną funkcją jest „Automatically search Google Images using Random Star Wars terms”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Star Wars Image Randomizer

Pobierz pliki rozszerzeń Star Wars Image Randomizer 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

                        This extension has an internal database of terms from the entire Star Wars encyclopedia, and will randomly select a term and perform a Google Image search. 

The latest update contains new search terms added for Rogue One                    

Podstawowe informacje o rozszerzeniu

Nazwa Star Wars Image Randomizer Star Wars Image Randomizer
ID nlpdfjbgifachaelfcdememfddokkljp
Oficjalny URL https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp
Opis Automatically search Google Images using Random Star Wars terms
Rozmiar pliku 45.14 KB
Liczba instalacji 44
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-01-07
Data Publikacji 2017-01-07
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper chrischesoft
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars Image Randomizer",
    "description": "Automatically search Google Images using Random Star Wars terms",
    "version": "2.0",
    "icons": {
        "16": "img\/vader.png",
        "48": "img\/vader.png",
        "128": "img\/vader.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/vader.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "retrieveswapi.js"
        ]
    }
}