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ファイルをダウンロード
IPvBar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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", " |