IP Map
See your IP address and the IP address of the website you are visiting on a map.
什麼是IP Map?
IP Map是由Tritonio開發的Chrome擴展程式,該擴展的主要功能是“See your IP address and the IP address of the website you are visiting on a map.”。
擴展截圖
下載IP Map擴展crx文件
下載IP Map擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
擴展基本資訊
名稱 | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
官方網址 | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
簡介 | See your IP address and the IP address of the website you are visiting on a map. |
檔案大小 | 27.24 KB |
安裝次數 | 892 |
目前版本 | 1.1.3 |
更新時間 | 2013-09-22 |
上架時間 | 2013-09-22 |
評分 | 4.40/5 共 10 次評分 |
開發者 | Tritonio |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |