The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Vad är The IP?
The IP är en Chrome-tillägg utvecklad av http://atool.vip, och dess huvudfunktion är "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Tilläggsskärmbilder
Ladda ner The IP-förlängningens CRX-fil
Ladda ner The 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
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.
Grundläggande Information om Tillägg
Namn | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Beskrivning | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Filstorlek | 23.15 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2018-07-09 |
Publiceringsdatum | 2018-07-09 |
Betyg | 4.60/5 Totalt 20 Betyg |
Utvecklare | http://atool.vip |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/hustcc |
URL till Sekretesspolicy Sidan | https://atool.vip |
Stödda Språk | 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" } |