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."입니다.
확장 프로그램 스크린샷
Active Whois & Flags extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | coojahlenlkakmmnbkfapdhmcffcjplg |
공식 URL | 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" } } |