Random Sporcle Quiz Launcher
Quickly open a random quiz from Sporcle.
Wat is Random Sporcle Quiz Launcher?
Random Sporcle Quiz Launcher is een Chrome-extensie ontwikkeld door John Diffor, en de belangrijkste functie is "Quickly open a random quiz from Sporcle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Sporcle Quiz Launcher
Download Random Sporcle Quiz Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hcaahefdiccfcjhdbnbjgnhfflpmmnnl |
Officiële URL | https://chrome.google.com/webstore/detail/random-sporcle-quiz-launc/hcaahefdiccfcjhdbnbjgnhfflpmmnnl |
Beschrijving | Quickly open a random quiz from Sporcle. |
Bestandsgrootte | 25.04 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-08-10 |
Publicatiedatum | 2018-08-10 |
Ontwikkelaar | John Diffor |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |