Sporcle Launcher

Quickly open random quiz or search query.

什么是Sporcle Launcher?

Sporcle Launcher是由nicholas.john.redmond开发的Chrome扩展程序,该扩展的主要功能是“Quickly open random quiz or search query.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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
}