DMOZ

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

Wat is DMOZ?

DMOZ is een Chrome-extensie ontwikkeld door Tito, en de belangrijkste functie is "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DMOZ

Download DMOZ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DMOZ DMOZ
ID ohmpiokcbapdokaafenlahhelneekhea
Officiële URL https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea
Beschrijving Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
Bestandsgrootte 85.61 KB
Aantal Installaties 136
Huidige Versie 14.6.5.5
Laatst Bijgewerkt 2014-06-05
Publicatiedatum 2014-06-05
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Tito
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dmoz.org/about.html
Ondersteunde Talen 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"
}