show ip
show ip
Cos'è show ip?
show ip è un'estensione di Chrome sviluppata da mojidong, e la sua funzione principale è "show ip".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione show ip
Scarica i file di estensione show ip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
显示请求页面的ip地址,帮助用户根据ip来区分环境。
2023-12-21
1. 迁移到manifest v3
2019-04-23
1.修复安装报“无法加载扩展程序图标“images/icon16.png”的错误。
2.调整默认显示位置为右侧。
2018-10-07
1.移除开发者工具面板。
2.修复IPV6显示问题。
2014-1-11
1.修复pdf全屏时覆盖整个屏幕的问题。
2.修复导航页显示undefined的问题。
3.新增开发者工具面板。
4.调整了显示的字体。 Informazioni di Base sull'Estensione
| Nome | |
| ID | nfdipejbaaclaioanjipeblnbplaeabl |
| URL Ufficiale | https://chromewebstore.google.com/detail/show-ip/nfdipejbaaclaioanjipeblnbplaeabl |
| Descrizione | show ip |
| Dimensione del File | 66.29 KB |
| Conteggio Installazioni | 1,263 |
| Versione Corrente | 1.6.1 |
| Ultimo Aggiornamento | 2023-12-22 |
| Data di Pubblicazione | 2019-04-22 |
| Valutazione | 4.22/5 Totale 9 Valutazioni |
| Sviluppatore | mojidong |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "show ip",
"version": "1.6.1",
"description": "show ip",
"minimum_chrome_version": "88",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "listen_req.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"show_ip.css"
],
"js": [
"jquery.js",
"show_ip.js"
]
}
],
"permissions": [
"webNavigation",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |