Mozilla Open Directory Project Search

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

Hvad er Mozilla Open Directory Project Search?

Mozilla Open Directory Project Search er en Chrome-udvidelse udviklet af http://timothytocci.wordpress.com, og dens hovedfunktion er "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".

Udvidelsesskærmbilleder

screenshot

Download Mozilla Open Directory Project Search-udvidelses-CRX-fil

Download Mozilla Open Directory Project Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
Officiel URL https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Beskrivelse To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Filstørrelse 15.77 KB
Antal Installationer 135
Nuværende Version 0.2
Senest Opdateret 2014-04-07
Udgivelsesdato 2014-04-07
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler http://timothytocci.wordpress.com
Betalingsmetode free
Udvidelseswebsted http://timothytocci.com/
Hjælpeside-URL http://timothytocci.com/
Understøttede Sprog 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
}