Ip Location
Locate Yourself !
Vad är Ip Location?
Ip Location är en Chrome-tillägg utvecklad av gpoirrier78, och dess huvudfunktion är "Locate Yourself !".
Tilläggsskärmbilder
Ladda ner Ip Location-förlängningens CRX-fil
Ladda ner Ip Location-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
This chrome extension allows you to locate yourself thanks to your public IP address. An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available. Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git Icons credit : Freepik, from www.flaticon.com
Grundläggande Information om Tillägg
Namn | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
Officiell webbadress | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
Beskrivning | Locate Yourself ! |
Filstorlek | 1.13 MB |
Antal Installationer | 141 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2020-04-13 |
Publiceringsdatum | 2020-04-13 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | gpoirrier78 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ip Location", "description": "Locate Yourself !", "version": "0.0.6", "icons": { "24": "img\/icon\/icon-24.png", "48": "img\/icon\/icon-48.png", "64": "img\/icon\/icon-64.png", "128": "img\/icon\/icon-128.png", "256": "img\/icon\/icon-256.png" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/icon\/icon-64.png", "default_popup": "popup\/popup.html" } } |