Mozilla Open Directory Project Search
To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Was ist Mozilla Open Directory Project Search?
Mozilla Open Directory Project Search ist eine Chrome-Erweiterung, die von http://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".
Erweiterungsscreenshots
Mozilla Open Directory Project Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mozilla Open Directory Project Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | gamablnnalcjjeicmoopcjaeeaflaimj |
Offizielle URL | https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj |
Beschreibung | To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com |
Dateigröße | 15.77 KB |
Installationsanzahl | 135 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-04-07 |
Veröffentlichungsdatum | 2014-04-07 |
Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
Entwickler | http://timothytocci.wordpress.com |
Zahlungsart | free |
Erweiterungswebsite | http://timothytocci.com/ |
Hilfeseite URL | http://timothytocci.com/ |
Unterstützte Sprachen | 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 } |