ExploreIt

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

Co to jest ExploreIt?

ExploreIt to rozszerzenie Chrome opracowane przez Naveen Hiremath, a jego główną funkcją jest „Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ExploreIt

Pobierz pliki rozszerzeń ExploreIt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ExploreIt ExploreIt
ID jdaabjgckeoioofgfmibbaknplmbhfdi
Oficjalny URL https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi
Opis Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Rozmiar pliku 24.01 KB
Liczba instalacji 76
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-11-19
Data Publikacji 2012-11-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Naveen Hiremath
Typ Płatności free
Obsługiwane Języki 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"
    }
}