Mozilla Open Directory Project Search
To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Cos'è Mozilla Open Directory Project Search?
Mozilla Open Directory Project Search è un'estensione di Chrome sviluppata da http://timothytocci.wordpress.com, e la sua funzione principale è "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mozilla Open Directory Project Search
Scarica i file di estensione Mozilla Open Directory Project Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | gamablnnalcjjeicmoopcjaeeaflaimj |
URL Ufficiale | https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj |
Descrizione | To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com |
Dimensione del File | 15.77 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-04-07 |
Data di Pubblicazione | 2014-04-07 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | http://timothytocci.wordpress.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://timothytocci.com/ |
URL della Pagina di Aiuto | http://timothytocci.com/ |
Lingue Supportate | 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 } |