Country Flags & IP WhoIs
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
Country Flags & IP WhoIs란 무엇입니까?
Country Flags & IP WhoIs은(는) https://country-flags.freebusinessapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location."입니다.
확장 프로그램 스크린샷
Country Flags & IP WhoIs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. This helps to adds an extra layer of awareness to your browsing and can be useful to indicate the native languages and legal jurisdictions that may apply. Additional information about Geolocation or Whois info can be obtained if you are interested in who owns this website. The popup shows more information about the domain. Details which show up are Alexa and Quantcast ranking and the MyWOT reputation. MyWOT allows you to check whether the website is safe to browse or not.
확장 프로그램 기본 정보
이름 | Country Flags & IP WhoIs |
ID | mmofdhnjnlpajodgpagjeokihenphfii |
공식 URL | https://chromewebstore.google.com/detail/country-flags-ip-whois/mmofdhnjnlpajodgpagjeokihenphfii |
설명 | This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. |
파일 크기 | 350 KB |
설치 횟수 | 105 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2022-04-29 |
출시 날짜 | 2020-07-01 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://country-flags.freebusinessapps.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ", "icons": { "128": "Images\/icons\/icon_128.png", "16": "Images\/icons\/icon-16.png", "19": "Images\/icons\/icon_19.png", "24": "Images\/icons\/icon-24.png", "256": "Images\/icons\/icon-256.png", "32": "Images\/icons\/icon-32.png", "48": "Images\/icons\/icon-48.png", "64": "Images\/icons\/icon-64.png" }, "manifest_version": 3, "name": "Country Flags & IP WhoIs", "offline_enabled": true, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/ipapi.co\/*" ], "version": "3.0.0", "action": { "default_icon": { "128": "Images\/icons\/icon_128.png", "19": "Images\/icons\/icon_19.png" }, "default_popup": "popup.html", "default_title": "Country Flags & IP WhoIs" }, "homepage_url": "https:\/\/country-flags.freebusinessapps.net\/" } |