ExploreIt

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

ExploreIt란 무엇입니까?

ExploreIt은(는) Naveen Hiremath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ExploreIt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}