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開發的Chrome擴展程式,該擴展的主要功能是“Check all kinds of records on MXtoolbox from the toolbar and context menu in Google Chrome.”。

擴展截圖

screenshot

下載MXtoolbox lookup tool擴展crx文件

下載MXtoolbox lookup tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}