ExploreIt

Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.

ExploreItคืออะไร?

ExploreIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naveen Hiremath และคุณลักษณะหลักของมันคือ "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ExploreIt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ExploreIt lets you perform a search across all of Khan Academy's vast ocean of educational content by letting you type directly within the location/address bar and then automagically takes you to http://www.khanacademy.org/ search results page, in the process saving you a few clicks and time!

Note: ExploreIt does not consume memory while not being used.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ExploreIt ExploreIt
ID jdaabjgckeoioofgfmibbaknplmbhfdi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi
คำอธิบาย Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
ขนาดไฟล์ 24.01 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-11-19
วันที่เผยแพร่ 2012-11-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Naveen Hiremath
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExploreIt",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.",
    "icons": {
        "16": "books-16.png",
        "48": "books-48.png",
        "128": "books-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.khanacademy.org\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ka"
    }
}