Tinking - Scrapping Tool
Extract data from any website without code, just clicks
什么是Tinking - Scrapping Tool?
Tinking - Scrapping Tool是由baptisteArno开发的Chrome扩展程序,该扩展的主要功能是“Extract data from any website without code, just clicks”。
扩展截图
下载Tinking - Scrapping Tool扩展crx文件
下载Tinking - Scrapping Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to create a scraping recipe by directly selecting a page's elements with your mouse. 扩展基本信息
| 名称 | |
| ID | ibidcmokfddpkgdoobeihkfnajmodlkp |
| 官方URL | https://chromewebstore.google.com/detail/tinking-scrapping-tool/ibidcmokfddpkgdoobeihkfnajmodlkp |
| 简介 | Extract data from any website without code, just clicks |
| 文件大小 | 2.06 MB |
| 安装次数 | 796 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2021-03-24 |
| 上架时间 | 2021-02-26 |
| 评分 | 2.67/5 共3次评分 |
| 开发者 | baptisteArno |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/baptisteArno/tinking |
| 帮助页面URL | https://github.com/baptisteArno/tinking/issues/new/choose |
| 隐私政策页面URL | https://github.com/baptisteArno/tinking/blob/master/privacy_policy.md |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tinking - Scrapping Tool",
"version": "0.1.1",
"manifest_version": 2,
"description": "Extract data from any website without code, just clicks",
"icons": {
"512": "logo512.png"
},
"browser_action": {
"default_icon": "logo512.png"
},
"permissions": [
"storage",
"webNavigation"
],
"background": {
"scripts": [
"background.js",
".\/jquery.min.js",
".\/popper.min.js",
".\/tippy.min.js"
]
},
"content_scripts": [
{
"matches": [
" | |