GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
什麼是GetIP?
GetIP是由Wes Hargrove開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/”。
擴展截圖
下載GetIP擴展crx文件
下載GetIP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
So easy, your grandmother could use it. Say goodbye to all of the tools that show your IP address and everything else you don't want. This is a simple no-frills way of getting your public IP address and nothing else. Icon design by VisualPharm: http://www.visualpharm.com/
擴展基本資訊
名稱 | |
ID | jomeonhdpabjofcfobeogadofenioidi |
官方網址 | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
簡介 | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
檔案大小 | 53.3 KB |
安裝次數 | 13 |
目前版本 | 0.9.1 |
更新時間 | 2013-05-27 |
上架時間 | 2013-05-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Wes Hargrove |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetIP", "description": "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http:\/\/www.visualpharm.com\/", "version": "0.9.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "GetIP", "default_icon": "icon-128.png", "default_popup": "getip.html" }, "manifest_version": 2 } |