DMOZ
Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
Cos'è DMOZ?
DMOZ è un'estensione di Chrome sviluppata da Tito, e la sua funzione principale è "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DMOZ
Scarica i file di estensione DMOZ 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
Note: This extension does not track searches, nor visited pages, and does not modify content of websites. Verion 14.6.5.5 - Try to show at least 10 results. Version 14.5.19.4 by Tito - fix parser
Informazioni di Base sull'Estensione
Nome | |
ID | ohmpiokcbapdokaafenlahhelneekhea |
URL Ufficiale | https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea |
Descrizione | Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms. |
Dimensione del File | 85.61 KB |
Conteggio Installazioni | 136 |
Versione Corrente | 14.6.5.5 |
Ultimo Aggiornamento | 2014-06-05 |
Data di Pubblicazione | 2014-06-05 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Tito |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.dmoz.org/about.html |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DMOZ", "version": "14.6.5.5", "description": "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "DMOZ", "default_icon": "icon18.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/www.dmoz.org\/", "http:\/\/www.dmoz.org\/", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; content-src https:\/\/www.dmoz.org" } |