Sporcle Launcher

Quickly open random quiz or search query.

Sporcle Launcherคืออะไร?

Sporcle Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicholas.john.redmond และคุณลักษณะหลักของมันคือ "Quickly open random quiz or search query."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sporcle Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
}