Mozilla Open Directory Project Search
To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Vad är Mozilla Open Directory Project Search?
Mozilla Open Directory Project Search är en Chrome-tillägg utvecklad av http://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".
Tilläggsskärmbilder
Ladda ner Mozilla Open Directory Project Search-förlängningens CRX-fil
Ladda ner Mozilla Open Directory Project Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | gamablnnalcjjeicmoopcjaeeaflaimj |
Officiell webbadress | https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj |
Beskrivning | To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com |
Filstorlek | 15.77 KB |
Antal Installationer | 135 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-04-07 |
Publiceringsdatum | 2014-04-07 |
Betyg | 3.75/5 Totalt 4 Betyg |
Utvecklare | http://timothytocci.wordpress.com |
Betalningssätt | free |
Tilläggswebbplats | http://timothytocci.com/ |
Hjälpsida URL | http://timothytocci.com/ |
Stödda Språk | 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 } |