The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Apa itu The IP?
The IP adalah ekstensi Chrome yang dikembangkan oleh http://atool.vip, dan fitur utamanya adalah "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The IP
Unduh file ekstensi The IP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
URL Resmi | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Deskripsi | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Ukuran File | 23.15 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2018-07-09 |
Tanggal Publikasi | 2018-07-09 |
Penilaian | 4.60/5 Total 20 Penilaian |
Pengembang | http://atool.vip |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/hustcc |
URL Halaman Kebijakan Privasi | https://atool.vip |
Bahasa yang Didukung | 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" } |