Get-My-IP
Display your IP Address in only one click
Vad är Get-My-IP?
Get-My-IP är en Chrome-tillägg utvecklad av https://www.get-my-ip.com, och dess huvudfunktion är "Display your IP Address in only one click".
Tilläggsskärmbilder
Ladda ner Get-My-IP-förlängningens CRX-fil
Ladda ner Get-My-IP-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
Get you IP Address in only one click and paste-it on the clipboard. Grundläggande Information om Tillägg
| Namn | |
| ID | pklhoefjfboefnddonhdpalknfhbbcdp |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-my-ip/pklhoefjfboefnddonhdpalknfhbbcdp |
| Beskrivning | Display your IP Address in only one click |
| Filstorlek | 31.18 KB |
| Antal Installationer | 19 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2018-07-17 |
| Publiceringsdatum | 2018-07-17 |
| Utvecklare | https://www.get-my-ip.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.toutjavascript.com/contact/contact.php3 |
| Stödda Språk | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extTitle__",
"version": "1.1.0",
"author": "__MSG_extAuthor__",
"description": "__MSG_extDescription__",
"content_security_policy": "default-src 'self' https:\/\/www.get-my-ip.com",
"browser_action": {
"default_title": "Get-My-IP",
"default_icon": "icon-get-my-ip-128.png",
"default_popup": "index.html"
},
"icons": {
"16": "icon-get-my-ip-16.png",
"48": "icon-get-my-ip-48.png",
"128": "icon-get-my-ip-128.png",
"512": "icon-get-my-ip.png"
},
"default_locale": "fr"
} | |