Random Sporcle Quiz Launcher
Quickly open a random quiz from Sporcle.
What is Random Sporcle Quiz Launcher?
Random Sporcle Quiz Launcher is a Chrome extension developed by John Diffor, and its main feature is "Quickly open a random quiz from Sporcle.".
Extension Screenshots
Download Random Sporcle Quiz Launcher Extension CRX File
Download Random Sporcle Quiz Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | hcaahefdiccfcjhdbnbjgnhfflpmmnnl |
Official URL | https://chrome.google.com/webstore/detail/random-sporcle-quiz-launc/hcaahefdiccfcjhdbnbjgnhfflpmmnnl |
Description | Quickly open a random quiz from Sporcle. |
File Size | 25.04 KB |
Installation Count | 52 |
Current Version | 1.0.1 |
Last Updated | 2018-08-10 |
Publish Date | 2018-08-10 |
Developer | John Diffor |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |