Mozilla Open Directory Project Search

To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com

Co to jest Mozilla Open Directory Project Search?

Mozilla Open Directory Project Search to rozszerzenie Chrome opracowane przez http://timothytocci.wordpress.com, a jego główną funkcją jest „To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mozilla Open Directory Project Search

Pobierz pliki rozszerzeń Mozilla Open Directory Project Search 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

                        Allows you to search the Mozilla Open Directory Project (dmoz.org) from the omnibox. To use just type 'dmoz', a space, and your query term. It will open up a new tab with the search results of your query.

To see the code for this addon go to http://timothytocci.com/                    

Podstawowe informacje o rozszerzeniu

Nazwa Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
Oficjalny URL https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Opis To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Rozmiar pliku 15.77 KB
Liczba instalacji 135
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-04-07
Data Publikacji 2014-04-07
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper http://timothytocci.wordpress.com
Typ Płatności free
Strona Rozszerzenia http://timothytocci.com/
Adres URL Strony Pomocy http://timothytocci.com/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mozilla Open Directory Project Search",
    "short_name": "dmoz Search",
    "description": "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "dmoz"
    },
    "icons": {
        "16": "dmoz_16.png",
        "32": "dmoz_32.png",
        "48": "dmoz_48.png",
        "128": "dmoz_128.png"
    },
    "manifest_version": 2
}