DNS Report by DNS Rate

DNS Report by DNS Rate

DNS Report by DNS Rate क्या है?

DNS Report by DNS Rate https://www.dnsrate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DNS Report by DNS Rate"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Run DNS Report by DNS Rate

Features:
- Start the DNS Report from Chrome's Omnibox (address bar), just enter dr and a domain name which you want to check.
- Run DNS report for a domain from a current URL by clicking on extension's icon.
- Shortcuts to run DNS Report in page, selection and link contexts menus.


Manual:


Omnibox:
- Type dr into the URL address bar, press space key, input the domain name you want to check and then press enter key, eg. "dr example.com". This will run IPv4 and IPv6 report by default. You can change the default protocol on the options page.
Hints: 
- To run IPv4-only check append 4 after a domain name, eg. "dr example.com 4".
- To run IPv6-only check append 6 after a domain name, eg. "dr example.com 6".
- To run IPv4 and IPv6 check append "a" after a domain name, eg. "dr example.com a".
- You can use Ctrl+L Hotkey (Command+L for Mac users) to focus the Chrome address bar.


Check domain in the current URL:
- Click on DNS Rate icon on the right side of the address bar will run IPv4 and IPv6 DNS Report.
- Right-click anywhere on a page and click on DNS Rate
- If you want to run IPv4 or IPv6 only test, right click on extension's icon and click on the desired test


Check domain in a link:
- Right-click on a link and click on DNS Rate link's hostname


Check domain in text selection:
- Right-click on text selection with a domain name and click on DNS Rate menu item


Required permissions:
activeTab, tabs - check current domain
contextMenus - create context menus
storage - save user preferences
content scripts - search domains in text selection

DNS Rate does not and will never track your browsing history                    

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

नाम DNS Report by DNS Rate DNS Report by DNS Rate
ID hjabjdpamlhkbejmanepblnpjnciecke
आधिकारिक URL https://chromewebstore.google.com/detail/dns-report-by-dns-rate/hjabjdpamlhkbejmanepblnpjnciecke
विवरण DNS Report by DNS Rate
फ़ाइल का आकार 29.87 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.9.6.2
अंतिम अपडेट 2019-03-16
प्रकाशन तिथि 2019-03-10
डेवलपर https://www.dnsrate.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_shortExtensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.9.6.2",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "punycode.js",
            "tlds.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "27",
    "omnibox": {
        "keyword": "dr",
        "icons": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "options_page": "options.html",
    "author": "DNS Rate"
}