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是由http://atool.vip開發的Chrome擴展程式,該擴展的主要功能是“A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.”。
擴展截圖
下載The IP擴展crx文件
下載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 |
官方網址 | 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" } |