DMOZ

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

DMOZ क्या है?

DMOZ Tito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DMOZ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम DMOZ DMOZ
ID ohmpiokcbapdokaafenlahhelneekhea
आधिकारिक URL https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea
विवरण Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
फ़ाइल का आकार 85.61 KB
स्थापना संख्या 136
वर्तमान संस्करण 14.6.5.5
अंतिम अपडेट 2014-06-05
प्रकाशन तिथि 2014-06-05
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Tito
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.dmoz.org/about.html
समर्थित भाषाएँ 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"
}