Scrables
Capstone project
Qu'est-ce que Scrables ?
Scrables est une extension Chrome développée par dlschon0, et sa fonction principale est "Capstone project".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scrables
Téléchargez les fichiers d'extension Scrables au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | ojbdiplgphndioimccblompagoohngga |
URL Officiel | https://chrome.google.com/webstore/detail/scrables/ojbdiplgphndioimccblompagoohngga |
Description | Capstone project |
Taille du Fichier | 118 KB |
Nombre d'Installations | 35 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-04-30 |
Date de Publication | 2019-04-25 |
Développeur | dlschon0 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |