Star Wars Image Randomizer

Automatically search Google Images using Random Star Wars terms

Cos'è Star Wars Image Randomizer?

Star Wars Image Randomizer è un'estensione di Chrome sviluppata da chrischesoft, e la sua funzione principale è "Automatically search Google Images using Random Star Wars terms".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Star Wars Image Randomizer

Scarica i file di estensione Star Wars Image Randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Star Wars Image Randomizer Star Wars Image Randomizer
ID nlpdfjbgifachaelfcdememfddokkljp
URL Ufficiale https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp
Descrizione Automatically search Google Images using Random Star Wars terms
Dimensione del File 45.14 KB
Conteggio Installazioni 44
Versione Corrente 2.0
Ultimo Aggiornamento 2017-01-07
Data di Pubblicazione 2017-01-07
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore chrischesoft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}