What is my IP address?
What is my IP address?
Vad är What is my IP address??
What is my IP address? är en Chrome-tillägg utvecklad av OpenAdminTools.com, och dess huvudfunktion är "What is my IP address?".
Tilläggsskärmbilder
Ladda ner What is my IP address?-förlängningens CRX-fil
Ladda ner What is my IP address?-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
Detect the current public IP address, and display below details:
- IP Address
- IP whois information
- Country Code
- Country
- City
- Latitude:
- Longitude: Grundläggande Information om Tillägg
| Namn | |
| ID | floedkhigbndbnimpflddnlefhopmfhc |
| Officiell webbadress | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
| Beskrivning | What is my IP address? |
| Filstorlek | 275 KB |
| Antal Installationer | 3,840 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2019-07-04 |
| Publiceringsdatum | 2019-07-03 |
| Betyg | 4.51/5 Totalt 202 Betyg |
| Utvecklare | OpenAdminTools.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.openadmintools.com |
| Hjälpsida URL | https://ip.openadmintools.com/ |
| Stödda Språk | 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": [
"*:\/\/*\/*"
]
} | |