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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}