DMOZ
Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
Was ist DMOZ?
DMOZ ist eine Chrome-Erweiterung, die von Tito entwickelt wurde, und ihr Hauptmerkmal ist "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.".
Erweiterungsscreenshots
DMOZ-Erweiterungs-CRX-Datei herunterladen
Laden Sie DMOZ-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ohmpiokcbapdokaafenlahhelneekhea |
Offizielle URL | https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea |
Beschreibung | Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms. |
Dateigröße | 85.61 KB |
Installationsanzahl | 136 |
Aktuelle Version | 14.6.5.5 |
Letztes Update | 2014-06-05 |
Veröffentlichungsdatum | 2014-06-05 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | Tito |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.dmoz.org/about.html |
Unterstützte Sprachen | 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" } |