Mozilla Open Directory Project Search

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

Qu'est-ce que Mozilla Open Directory Project Search ?

Mozilla Open Directory Project Search est une extension Chrome développée par http://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mozilla Open Directory Project Search

Téléchargez les fichiers d'extension Mozilla Open Directory Project Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
URL Officiel https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Description To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Taille du Fichier 15.77 KB
Nombre d'Installations 135
Version Actuelle 0.2
Dernière Mise à Jour 2014-04-07
Date de Publication 2014-04-07
Évaluation 3.75/5 Total 4 Évaluations
Développeur http://timothytocci.wordpress.com
Type de Paiement free
Site Web de l'Extension http://timothytocci.com/
URL de la Page d'Aide http://timothytocci.com/
Langues Prises en Charge 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
}