IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
IPvBar란 무엇입니까?
IPvBar은(는) TxThinking에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements."입니다.
확장 프로그램 스크린샷
IPvBar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.
확장 프로그램 기본 정보
이름 | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
공식 URL | https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm |
설명 | Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements. |
파일 크기 | 3.03 MB |
설치 횟수 | 82 |
현재 버전 | 2021.4.15 |
최근 업데이트 | 2021-04-17 |
출시 날짜 | 2020-05-02 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | TxThinking |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/txthinking/ipvbar |
도움말 페이지 URL | https://github.com/txthinking/ipvbar |
개인정보 보호 정책 페이지 URL | https://www.txthinking.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPvBar", "manifest_version": 2, "version": "2021.4.15", "minimum_chrome_version": "26", "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.", "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "common.js", "wasm_exec.js", "client.js", "b.js", "background.js" ] }, "page_action": { "dummy": "http:\/\/crbug.com\/86449" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'", "permissions": [ "contextMenus", "storage", "tabs", "webNavigation", "webRequest", " |