Mozilla Open Directory Project Search

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

Wat is Mozilla Open Directory Project Search?

Mozilla Open Directory Project Search is een Chrome-extensie ontwikkeld door http://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mozilla Open Directory Project Search

Download Mozilla Open Directory Project Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
Officiële URL https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Beschrijving To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Bestandsgrootte 15.77 KB
Aantal Installaties 135
Huidige Versie 0.2
Laatst Bijgewerkt 2014-04-07
Publicatiedatum 2014-04-07
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar http://timothytocci.wordpress.com
Betalingswijze free
Extensiewebsite http://timothytocci.com/
Help Pagina-URL http://timothytocci.com/
Ondersteunde Talen 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
}