抓取分析器
抓取分析器
Wat is 抓取分析器?
抓取分析器 is een Chrome-extensie ontwikkeld door Jessie Zhang, en de belangrijkste functie is "抓取分析器".
Extensie Screenshots
Download het CRX-bestand van de extensie 抓取分析器
Download 抓取分析器-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
Basisinformatie over de Extensie
| Naam | |
| ID | hfebbhhlcimkgkmnkigkpbnkgcodegcb |
| Officiële URL | https://chrome.google.com/webstore/detail/%E6%8A%93%E5%8F%96%E5%88%86%E6%9E%90%E5%99%A8/hfebbhhlcimkgkmnkigkpbnkgcodegcb |
| Beschrijving | 抓取分析器 |
| Bestandsgrootte | 166 KB |
| Aantal Installaties | 93 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2015-06-25 |
| Publicatiedatum | 2015-06-25 |
| Ontwikkelaar | Jessie Zhang |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"devtools_page": "devtools.html",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html",
"default_title": "\u6293\u53d6\u5206\u6790\u5668"
},
"description": "\u6293\u53d6\u5206\u6790\u5668",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"web_accessible_resources": [
"injectscript.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"jquery-2.0.0.min.js",
"content_scripts.js"
],
"run_at": "document_end"
}
],
"manifest_version": 2,
"name": "\u6293\u53d6\u5206\u6790\u5668",
"permissions": [
"tabs",
"activeTab",
"webRequest",
"webRequestBlocking",
"debugger",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.0.1"
} | |