Scrapolysis
An SEO tool to extract data from a web page using predefined or custom regex(s).
Scrapolysisคืออะไร?
Scrapolysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MAK และคุณลักษณะหลักของมันคือ "An SEO tool to extract data from a web page using predefined or custom regex(s)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrapolysis
ดาวน์โหลดไฟล์ส่วนขยาย Scrapolysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scrapolysis allows users to extract data from single or multiple web pages in a single run using predefined or custom regular expression(s). Scraped data later can be exported as Excel Sheet(XLS).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kgkenfklibnbdgljhcbehahbadbpbcbo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scrapolysis/kgkenfklibnbdgljhcbehahbadbpbcbo |
คำอธิบาย | An SEO tool to extract data from a web page using predefined or custom regex(s). |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 444 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MAK |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.hackwithmak.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "settings_manager.js", "background.js" ] }, "manifest_version": 2, "name": "Scrapolysis", "description": "An SEO tool to extract data from a web page using predefined or custom regex(s).", "version": "1.0.3", "icons": { "128": "images\/mLogo.png" }, "browser_action": { "default_icon": "images\/mLogo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "js\/jquery.js" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com\/widgets.js; object-src 'self'", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |