OlyScraper
Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…
什么是OlyScraper?
OlyScraper是由iAhjari开发的Chrome扩展程序,该扩展的主要功能是“Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…”。
扩展截图
下载OlyScraper扩展crx文件
下载OlyScraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple tool to scrap information from a webpage, the use is simple :
-Install the extension
-Click on the extension
-Add a new field
-Name your field then choose the data to scarp from your openned webpage
(you can add as much fields as you want)
-Save your data as CSV file 扩展基本信息
| 名称 | |
| ID | bcjedefndololfejliabdmkpokchohjj |
| 官方URL | https://chromewebstore.google.com/detail/olyscraper/bcjedefndololfejliabdmkpokchohjj |
| 简介 | Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new… |
| 文件大小 | 524 KB |
| 安装次数 | 82 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-05-31 |
| 上架时间 | 2019-05-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | iAhjari |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0",
"name": "OlyScraper",
"short_name": "Oly",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"browser_action": {
"default_title": "OlyChrome"
},
"icons": {
"128": "icons\/get_started128.png",
"16": "icons\/get_started16.png",
"48": "icons\/get_started48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"web_accessible_resources": [
"\/core\/loader.js",
"\/core\/oly-iframe.html",
"\/core\/oly-iframe.js",
"\/core\/angular.min.js",
"\/core\/oly-iframe.css",
"\/core\/selectorgadget\/selectorgadget.css",
"\/core\/oly-chrome.css",
"\/core\/jquery.min.js",
"\/core\/diff_match_patch.js",
"\/core\/selectorgadget\/dom.js",
"\/core\/selectorgadget\/core.js",
"\/core\/oly-chrome.js"
]
} | |