Scrables
Capstone project
什么是Scrables?
Scrables是由dlschon0开发的Chrome扩展程序,该扩展的主要功能是“Capstone project”。
扩展截图
下载Scrables扩展crx文件
下载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" } } |