What is my IP address?
What is my IP address?
Wat is What is my IP address??
What is my IP address? is een Chrome-extensie ontwikkeld door OpenAdminTools.com, en de belangrijkste functie is "What is my IP address?".
Extensie Screenshots
Download het CRX-bestand van de extensie What is my IP address?
Download What is my IP address?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Detect the current public IP address, and display below details:
- IP Address
- IP whois information
- Country Code
- Country
- City
- Latitude:
- Longitude: Basisinformatie over de Extensie
| Naam | |
| ID | floedkhigbndbnimpflddnlefhopmfhc |
| Officiële URL | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
| Beschrijving | What is my IP address? |
| Bestandsgrootte | 275 KB |
| Aantal Installaties | 3,840 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2019-07-04 |
| Publicatiedatum | 2019-07-03 |
| Beoordeling | 4.51/5 Totaal 202 Beoordelingen |
| Ontwikkelaar | OpenAdminTools.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.openadmintools.com |
| Help Pagina-URL | https://ip.openadmintools.com/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"19": "image\/logo-19.png",
"38": "image\/logo-38.png"
},
"default_title": "What is my IP address?",
"default_popup": "popup.html"
},
"description": "What is my IP address?",
"icons": {
"32": "image\/logo-32.png",
"48": "image\/logo-48.png",
"64": "image\/logo-64.png",
"128": "image\/logo-128.png"
},
"web_accessible_resources": [
"frame-ip.html",
"jsr\/frame-ip.js"
],
"name": "What is my IP address?",
"permissions": [
"*:\/\/*\/*"
]
} | |