Sporcle Launcher
Quickly open random quiz or search query.
Sporcle Launcherとは何ですか?
Sporcle Launcherはnicholas.john.redmondによって開発されたChromeの拡張機能で、その主な機能は「Quickly open random quiz or search query.」です。
拡張機能のスクリーンショット
Sporcle Launcher拡張機能のCRXファイルをダウンロード
Sporcle Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Sporcle Launcher |
ID | occgncikamgpichbeagocekcnebcghha |
公式URL | https://chromewebstore.google.com/detail/sporcle-launcher/occgncikamgpichbeagocekcnebcghha |
説明 | Quickly open random quiz or search query. |
ファイルサイズ | 55 KB |
インストール数 | 82 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-06-13 |
公開日 | 2017-06-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nicholas.john.redmond |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |