Active Whois & Flags extension

Displays the flags, IP address and Whois data of websites. Says the country name of a visited site. Active Whois 5.2++ required.

什麼是Active Whois & Flags extension?

Active Whois & Flags extension是由https://www.johnru.com開發的Chrome擴展程式,該擴展的主要功能是“Displays the flags, IP address and Whois data of websites. Says the country name of a visited site. Active Whois 5.2++ required.”。

擴展截圖

screenshot
screenshot

下載Active Whois & Flags extension擴展crx文件

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

擴展使用說明

                        Display the flags, IP address and whois data of websites. It's able also to tell the country name of a site that you had visited. And more, you can also transfer the URL of website to Active Whois for the detailed analyzing of whois and get much more information.

You need to enable a talk features in options to allow extension to tell you a names of countries you visit over web.

PLEASE NOTE: This extension works only in Windows systems with installed Active Whois 5.2 or above. All other platforms are unsupported.

ActiveWhois is an easy-to-use network tool for Windows platform you can use to find any information about the owners of IP address or Internet domain. You can determine the country, personal and postal addresses of owner, and/or user of IP address and domains. This cutting-edge technology allows ActiveWhois users to explore DNS aliases as well as simultaneously display both the domain and IP address information. Unlike other WHOIS clients, Active Whois does not require special skills to determine the desired information. Its unique WHOIS-hyperlink feature allows you to explore domain databases easily as browsing the web.

*******
Active Whois can work with Internet Explorer and Firefox too. Please check our site: http://www.johnru.com/active-whois/                    

擴展基本資訊

名稱 Active Whois & Flags extension Active Whois & Flags extension
ID coojahlenlkakmmnbkfapdhmcffcjplg
官方網址 https://chromewebstore.google.com/detail/active-whois-flags-extens/coojahlenlkakmmnbkfapdhmcffcjplg
簡介 Displays the flags, IP address and Whois data of websites. Says the country name of a visited site. Active Whois 5.2++ required.
檔案大小 338 KB
安裝次數 448
目前版本 1.0.5
更新時間 2020-04-14
上架時間 2020-04-08
評分 3.40/5 共 5 次評分
開發者 https://www.johnru.com
付費類型 free
擴展官網 http://www.johnru.com/active-whois/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Active Whois & Flags extension",
    "description": "Displays the flags, IP address and Whois data of websites. Says the country name of a visited site. Active Whois 5.2++ required.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "homepage_url": "http:\/\/www.johnru.com\/active-whois\/",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "24": "icon24.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "tts",
        "nativeMessaging"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "24": "icon24.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Active Whois",
        "default_popup": "main.html"
    }
}