Reveal your IP-address and copy to clipboard
Reveals your IP address
Reveal your IP-address and copy to clipboardとは何ですか?
Reveal your IP-address and copy to clipboardはhttp://www.myce.comによって開発されたChromeの拡張機能で、その主な機能は「Reveals your IP address」です。
拡張機能のスクリーンショット
Reveal your IP-address and copy to clipboard拡張機能のCRXファイルをダウンロード
Reveal your IP-address and copy to clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
拡張機能の基本情報
名前 | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
公式URL | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
説明 | Reveals your IP address |
ファイルサイズ | 53.93 KB |
インストール数 | 399 |
現在のバージョン | 1.1 |
最終更新日 | 2014-02-04 |
公開日 | 2014-02-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://www.myce.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |