MXtoolbox lookup tool

Check all kinds of records on MXtoolbox from the toolbar and context menu in Google Chrome.

MXtoolbox lookup tool क्या है?

MXtoolbox lookup tool Remy van Gelderen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check all kinds of records on MXtoolbox from the toolbar and context menu in Google Chrome."।

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

screenshot

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

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

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

                        A simple and small extension to check all kind of records on MXtoolbox.
I created this because I need to check A and MX records often and this saves me time.

Usage:
Default the extension starts with a: (A record), just fill in the domain name and hit go.
To check other kinds of information, like MX records or whois information, just type mx: or whois: instead of a:
It's also possible to check MX and A records directly from the context menu.

Changelog:

Version 1.4:
- Added options to context menu in Chrome. Right now only for A and MX record (assuming those are most frequently used).

Version 1.3:
- On request added focus on input field when opening popup

Version 1.2:
- Solved problems with JS files, not loaded due to security settings.
- fixed icons (added more sizes).

Version 1.1.2:
- Renamed icon.

Version 1.1.1:
- Issue with manifest file, unable to update or install extension.

Version 1.1:
- Ability to choose record from select list
- Select MX, A, TXT, SPF, SMTP, WHOIS, Blacklist.
- Submit with enter key to save time

Version 1.0: release                    

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

नाम MXtoolbox lookup tool MXtoolbox lookup tool
ID mcecmabeaehiihgjcchlnobiahaadmdg
आधिकारिक URL https://chromewebstore.google.com/detail/mxtoolbox-lookup-tool/mcecmabeaehiihgjcchlnobiahaadmdg
विवरण Check all kinds of records on MXtoolbox from the toolbar and context menu in Google Chrome.
फ़ाइल का आकार 52.7 KB
स्थापना संख्या 1,384
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-03-23
प्रकाशन तिथि 2019-03-23
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Remy van Gelderen
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MXtoolbox lookup tool",
    "description": "Check all kinds of records on MXtoolbox from the toolbar and context menu in Google Chrome.",
    "default_locale": "en",
    "version": "1.4",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "icon_19.png",
        "38": "icon_38.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "lookup.js"
        ]
    }
}