Random Sporcle Quiz Launcher

Quickly open a random quiz from Sporcle.

Cos'è Random Sporcle Quiz Launcher?

Random Sporcle Quiz Launcher è un'estensione di Chrome sviluppata da John Diffor, e la sua funzione principale è "Quickly open a random quiz from Sporcle.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Sporcle Quiz Launcher

Scarica i file di estensione Random Sporcle Quiz Launcher 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 allows you to quickly and easily reach a random quiz from the website Sporcle in any category available. You can click the 'Random Quiz' button to be sent to a completely random quiz, or you can choose the category and/or subcategory that your looking for and click the 'Go' button to be taken to a random quiz in that category or subcategory. 

In the options page, you can save your favorite category or subcategory to make accessing random quizzes of your favorite topic even quicker.

Happy Sporcling!                    

Informazioni di Base sull'Estensione

Nome Random Sporcle Quiz Launcher Random Sporcle Quiz Launcher
ID hcaahefdiccfcjhdbnbjgnhfflpmmnnl
URL Ufficiale https://chrome.google.com/webstore/detail/random-sporcle-quiz-launc/hcaahefdiccfcjhdbnbjgnhfflpmmnnl
Descrizione Quickly open a random quiz from Sporcle.
Dimensione del File 25.04 KB
Conteggio Installazioni 52
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-08-10
Data di Pubblicazione 2018-08-10
Sviluppatore John Diffor
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": "Random Sporcle Quiz Launcher",
    "short_name": "Random Quiz",
    "description": "Quickly open a random quiz from Sporcle.",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab"
    ]
}