查IP
查找IP对应的地址。
Wat is 查IP?
查IP is een Chrome-extensie ontwikkeld door oldj, en de belangrijkste functie is "查找IP对应的地址。".
Extensie Screenshots
Download het CRX-bestand van de extensie 查IP
Download 查IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
一个查询 IP 对应地址的插件。 Basisinformatie over de Extensie
| Naam | |
| ID | gabaabhlnpanpkjjhpaiaeliamhiaaea |
| Officiële URL | https://chromewebstore.google.com/detail/%E6%9F%A5ip/gabaabhlnpanpkjjhpaiaeliamhiaaea |
| Beschrijving | 查找IP对应的地址。 |
| Bestandsgrootte | 128 KB |
| Aantal Installaties | 279 |
| Huidige Versie | 0.1.15 |
| Laatst Bijgewerkt | 2019-12-28 |
| Publicatiedatum | 2019-12-27 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | oldj |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u67e5IP",
"version": "0.1.15",
"description": "\u67e5\u627eIP\u5bf9\u5e94\u7684\u5730\u5740\u3002",
"icons": {
"16": "images\/icon_16x16.png",
"32": "images\/icon_32x32.png",
"128": "images\/icon_128x128.png"
},
"author": "oldj",
"options_page": "options.html",
"devtools_page": "devtools.html",
"permissions": [],
"browser_action": {
"default_icon": "images\/icon_128x128.png",
"default_title": "SearchIP",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"file:\/\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/main.css"
],
"js": [
"jquery.js",
"cf.js",
"content.js",
"lib_methods\/ipip.net.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"scripts": [
"bg.js"
]
},
"web_accessible_resources": []
} | |