The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Τι είναι το The IP;
Το The IP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://atool.vip, και η κύρια λειτουργία του είναι "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The IP
Λήψη αρχείων επέκτασης The IP σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. Also, you can switch off the plugin just by CLICK the logo of it. The plugin release the memory cache after use it, so very very low memory usage.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
Επίσημο URL | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Περιγραφή | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Μέγεθος Αρχείου | 23.15 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2018-07-09 |
Ημερομηνία Δημοσίευσης | 2018-07-09 |
Αξιολόγηση | 4.60/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | http://atool.vip |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/hustcc |
URL της Σελίδας Πολιτικής Απορρήτου | https://atool.vip |
Υποστηριζόμενες Γλώσσες | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/res\/js\/ajax.js", "\/res\/js\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "\/res\/css\/contents\/ip.css" ], "js": [ "\/res\/js\/contents\/ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "zh_CN", "description": "__MSG_extDesp__", "name": "__MSG_extName__", "icons": { "128": "\/res\/icon\/icon.png", "64": "\/res\/icon\/icon.png", "32": "\/res\/icon\/icon.png", "16": "\/res\/icon\/icon.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "res\/icon\/icon.png", "38": "res\/icon\/icon.png" } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ], "version": "1.1.0" } |