What is my IP address?
What is my IP address?
Cos'è What is my IP address??
What is my IP address? è un'estensione di Chrome sviluppata da OpenAdminTools.com, e la sua funzione principale è "What is my IP address?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What is my IP address?
Scarica i file di estensione What is my IP address? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Detect the current public IP address, and display below details:
- IP Address
- IP whois information
- Country Code
- Country
- City
- Latitude:
- Longitude: Informazioni di Base sull'Estensione
| Nome | |
| ID | floedkhigbndbnimpflddnlefhopmfhc |
| URL Ufficiale | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
| Descrizione | What is my IP address? |
| Dimensione del File | 275 KB |
| Conteggio Installazioni | 3,840 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2019-07-04 |
| Data di Pubblicazione | 2019-07-03 |
| Valutazione | 4.51/5 Totale 202 Valutazioni |
| Sviluppatore | OpenAdminTools.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.openadmintools.com |
| URL della Pagina di Aiuto | https://ip.openadmintools.com/ |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
} | |