DMOZ

Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.

Qu'est-ce que DMOZ ?

DMOZ est une extension Chrome développée par Tito, et sa fonction principale est "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DMOZ

Téléchargez les fichiers d'extension DMOZ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DMOZ DMOZ
ID ohmpiokcbapdokaafenlahhelneekhea
URL Officiel https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea
Description Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
Taille du Fichier 85.61 KB
Nombre d'Installations 136
Version Actuelle 14.6.5.5
Dernière Mise à Jour 2014-06-05
Date de Publication 2014-06-05
Évaluation 4.67/5 Total 3 Évaluations
Développeur Tito
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.dmoz.org/about.html
Langues Prises en Charge 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"
}