Sporcle Launcher
Quickly open random quiz or search query.
What is Sporcle Launcher?
Sporcle Launcher is a Chrome extension developed by nicholas.john.redmond, and its main feature is "Quickly open random quiz or search query.".
Extension Screenshots
Download Sporcle Launcher Extension CRX File
Download Sporcle 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
If you're like me and often find yourself craving a random Web quiz, then Sporcle Launcher may be right for you. Sporcle Launcher allows users to quickly access quizzes hosted on the Sporcle website. Features: - "Random Quiz" button that navigates users to random quizzes on Sporcle - Search field that allows users to search quizzes on Sporcle by name or keyword NOTE: This product is not managed by Sporcle.
Extension Basic Information
Name | Sporcle Launcher |
ID | occgncikamgpichbeagocekcnebcghha |
Official URL | https://chromewebstore.google.com/detail/sporcle-launcher/occgncikamgpichbeagocekcnebcghha |
Description | Quickly open random quiz or search query. |
File Size | 55 KB |
Installation Count | 82 |
Current Version | 1.0.0 |
Last Updated | 2017-06-13 |
Publish Date | 2017-06-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nicholas.john.redmond |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sporcle Launcher", "description": "Quickly open random quiz or search query.", "omnibox": { "keyword": "sporcle" }, "icons": { "16": "img\/icons\/icon.png", "48": "img\/icons\/extensionIcon.png", "128": "img\/icons\/webStoreIcon.png" }, "version": "1.0.0", "permissions": [ "activeTab", "https:\/\/fonts.googleapis.com\/", "https:\/\/maxcdn.bootstrapcdn.com\/" ], "browser_action": { "default_title": "Sporcle Launcher", "default_icon": "img\/icons\/webStoreIcon.png", "default_popup": "index.html" }, "minimum_chrome_version": "25", "manifest_version": 2 } |