Get IP Address

Get IP address quickly

Get IP Addressとは何ですか?

Get IP Addressはhttp://devehab.comによって開発されたChromeの拡張機能で、その主な機能は「Get IP address quickly」です。

拡張機能のスクリーンショット

screenshot
screenshot

Get IP Address拡張機能のCRXファイルをダウンロード

Get IP Address拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.


Features 

- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP 


Info IP 

- Country
- City
- Location
- Network
- Hostname                    

拡張機能の基本情報

名前 Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
公式URL https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
説明 Get IP address quickly
ファイルサイズ 128 KB
インストール数 865
現在のバージョン 1.1.8
最終更新日 2016-04-30
公開日 2016-04-30
評価 4.43/5 合計 7 レビュー
開発者 http://devehab.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://getip.devehab.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get IP Address",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Get IP address quickly",
    "short_name": "Get IP",
    "options_page": "OptionsPage.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Git IP Address",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src  'self'  https:\/\/api.ipify.org; object-src 'self' ",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*.ipify.org\/",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/getip.devehab.com",
    "author": "Ehab Kahwati"
}