Scrables
Capstone project
Cos'è Scrables?
Scrables è un'estensione di Chrome sviluppata da dlschon0, e la sua funzione principale è "Capstone project".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scrables
Scarica i file di estensione Scrables in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ojbdiplgphndioimccblompagoohngga |
URL Ufficiale | https://chrome.google.com/webstore/detail/scrables/ojbdiplgphndioimccblompagoohngga |
Descrizione | Capstone project |
Dimensione del File | 118 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-04-30 |
Data di Pubblicazione | 2019-04-25 |
Sviluppatore | dlschon0 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |