Check IP
Shows your IP address with some additional Information and adds easy copy and paste functionality!
Qu'est-ce que Check IP ?
Check IP est une extension Chrome développée par ✰✰✰✰✰✰, et sa fonction principale est "Shows your IP address with some additional Information and adds easy copy and paste functionality!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check IP
Téléchargez les fichiers d'extension Check IP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Check IP shows your IP-Address information simply with a click of a button. best Features - shows country and DNS details - copies your IP adress to clipboard automatically or with a simple click - paste your IP via the rightclick context menu - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP Privacy is important for me. I don't save or store any IP or other data.
Informations de Base sur l'Extension
Nom | Check IP |
ID | obcihajiaphehdfilcjnhaebjdpnppnc |
URL Officiel | https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
Description | Shows your IP address with some additional Information and adds easy copy and paste functionality! |
Taille du Fichier | 36.37 KB |
Nombre d'Installations | 2,494 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2016-04-23 |
Date de Publication | 2016-04-22 |
Évaluation | 4.23/5 Total 13 Évaluations |
Développeur | ✰✰✰✰✰✰ |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
Langues Prises en Charge | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Check IP", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |