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 |
| 官方網址 | 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": [
" | |