Get IP Address
Get IP address quickly
Vad är Get IP Address?
Get IP Address är en Chrome-tillägg utvecklad av http://devehab.com, och dess huvudfunktion är "Get IP address quickly".
Tilläggsskärmbilder
Ladda ner Get IP Address-förlängningens CRX-fil
Ladda ner Get 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
IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.
Features
- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP
Info IP
- Country
- City
- Location
- Network
- Hostname Grundläggande Information om Tillägg
| Namn | |
| ID | bcnbleifiomjknjdchippelemnfppjio |
| Officiell webbadress | https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio |
| Beskrivning | Get IP address quickly |
| Filstorlek | 128 KB |
| Antal Installationer | 865 |
| Aktuell Version | 1.1.8 |
| Senast Uppdaterad | 2016-04-30 |
| Publiceringsdatum | 2016-04-30 |
| Betyg | 4.43/5 Totalt 7 Betyg |
| Utvecklare | http://devehab.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://getip.devehab.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get IP Address",
"version": "1.1.8",
"manifest_version": 2,
"description": "Get IP address quickly",
"short_name": "Get IP",
"options_page": "OptionsPage.html",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Git IP Address",
"default_popup": "extension.html"
},
"content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self' ",
"permissions": [
"https:\/\/*\/*",
"http:\/\/*.ipify.org\/",
"tabs",
"notifications",
"storage"
],
"icons": {
"128": "icon.png"
},
"homepage_url": "http:\/\/getip.devehab.com",
"author": "Ehab Kahwati"
} | |