Check IP
Shows your IP address with some additional Information and adds easy copy and paste functionality!
Check IPとは何ですか?
Check IPは✰✰✰✰✰✰によって開発されたChromeの拡張機能で、その主な機能は「Shows your IP address with some additional Information and adds easy copy and paste functionality!」です。
拡張機能のスクリーンショット
Check IP拡張機能のCRXファイルをダウンロード
Check IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check IP shows your IP-Address information simply with a click of a button.
best Features
- shows country and DNS details
- copies your IP adress to clipboard automatically or with a simple click
- paste your IP via the rightclick context menu
- much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP
Privacy is important for me.
I don't save or store any IP or other data. 拡張機能の基本情報
| 名前 | |
| ID | obcihajiaphehdfilcjnhaebjdpnppnc |
| 公式URL | https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
| 説明 | Shows your IP address with some additional Information and adds easy copy and paste functionality! |
| ファイルサイズ | 36.37 KB |
| インストール数 | 2,494 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2016-04-23 |
| 公開日 | 2016-04-22 |
| 評価 | 4.23/5 合計 13 レビュー |
| 開発者 | ✰✰✰✰✰✰ |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
| 対応言語 | de,en,fr,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"js\/utils.js",
"js\/eventPage.js"
],
"persistent": false
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "images\/icon128.png",
"default_title": "Check IP",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js"
]
}
],
"permissions": [
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |