Link Scraper
Scrape all the links on a web page
Link Scraperคืออะไร?
Link Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Finnigan และคุณลักษณะหลักของมันคือ "Scrape all the links on a web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Scraper
ดาวน์โหลดไฟล์ส่วนขยาย Link Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply click the extension icon to download a JSON file of all the links on a web page. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | apdmmebfdjlefbomdafjgbfjipjocdof |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
| คำอธิบาย | Scrape all the links on a web page |
| ขนาดไฟล์ | 11.32 KB |
| จำนวนการติดตั้ง | 1,137 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2021-02-22 |
| วันที่เผยแพร่ | 2021-02-22 |
| ผู้พัฒนา | Tim Finnigan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Scraper",
"description": "Scrape all the links on a web page",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png"
},
"permissions": [
"activeTab"
]
} | |