IP Map
See your IP address and the IP address of the website you are visiting on a map.
Vad är IP Map?
IP Map är en Chrome-tillägg utvecklad av Tritonio, och dess huvudfunktion är "See your IP address and the IP address of the website you are visiting on a map.".
Tilläggsskärmbilder
Ladda ner IP Map-förlängningens CRX-fil
Ladda ner IP Map-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/)
Grundläggande Information om Tillägg
Namn | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
Officiell webbadress | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Beskrivning | See your IP address and the IP address of the website you are visiting on a map. |
Filstorlek | 27.24 KB |
Antal Installationer | 892 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2013-09-22 |
Publiceringsdatum | 2013-09-22 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | Tritonio |
Betalningssätt | free |
Stödda Språk | 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" ] } |