Star Wars Image Randomizer

Automatically search Google Images using Random Star Wars terms

Co je Star Wars Image Randomizer?

Star Wars Image Randomizer je rozšíření Chrome vyvinuté chrischesoft, a jeho hlavní funkcí je „Automatically search Google Images using Random Star Wars terms“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Star Wars Image Randomizer

Stáhněte si soubory rozšíření Star Wars Image Randomizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Star Wars Image Randomizer Star Wars Image Randomizer
ID nlpdfjbgifachaelfcdememfddokkljp
Oficiální URL https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp
Popis Automatically search Google Images using Random Star Wars terms
Velikost souboru 45.14 KB
Počet instalací 44
Aktuální Verze 2.0
Poslední Aktualizace 2017-01-07
Datum Vydání 2017-01-07
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář chrischesoft
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}