Get IP Address
Get IP address quickly
什麼是Get IP Address?
Get IP Address是由http://devehab.com開發的Chrome擴展程式,該擴展的主要功能是“Get IP address quickly”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | bcnbleifiomjknjdchippelemnfppjio |
官方網址 | 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 |
電子郵箱 | [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" } |