Scrables
Capstone project
Scrablesคืออะไร?
Scrables เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dlschon0 และคุณลักษณะหลักของมันคือ "Capstone project"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrables
ดาวน์โหลดไฟล์ส่วนขยาย Scrables ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BETA -- Product is in development and may present bugs and errors. This Chrome extension should not be used except by verified users and will not allow unauthorized access to the Scrables service. Bugs may be present. This Chrome extension allows users to manually select and send data to the Scrables service. Scrables is a web-crawler which optically recognizes and scrapes data from publicly available tables. Capstone project for The Reqing Crew: Daniel Schon Bobby Monaco Lilia Williams Cody Poteet Daniel Chambers
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ojbdiplgphndioimccblompagoohngga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scrables/ojbdiplgphndioimccblompagoohngga |
คำอธิบาย | Capstone project |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-04-30 |
วันที่เผยแพร่ | 2019-04-25 |
ผู้พัฒนา | dlschon0 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrables", "description": "Capstone project", "version": "2.0", "permissions": [ "activeTab", "tabs" ], "web_accessible_resources": [ "img\/clipped.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": [], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.10.2.min.js", "js\/content-script.js" ] } ], "browser_action": { "default_icon": "icon\/icon19.png", "default_popup": "popup.html" } } |