Capitalize!t WebScrapper
Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…
Was ist Capitalize!t WebScrapper?
Capitalize!t WebScrapper ist eine Chrome-Erweiterung, die von jfmonteil entwickelt wurde, und ihr Hauptmerkmal ist "Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…".
Erweiterungsscreenshots
Capitalize!t WebScrapper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Capitalize!t WebScrapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google spreadsheet. For instance you can use Capitelize!t for : Building multiple topic Press News Reviews. Building a multicriteria real estate database. Keep track documents useful for a school or university assignment. Wherever there is metadata and text content to scrap from the web there is Capitalize!t !
Grundlegende Informationen zur Erweiterung
Name | Capitalize!t WebScrapper |
ID | ilgdjidfijkaengnhpeoneiagigajhco |
Offizielle URL | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
Beschreibung | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
Dateigröße | 428 KB |
Installationsanzahl | 442 |
Aktuelle Version | 7 |
Letztes Update | 2017-03-13 |
Veröffentlichungsdatum | 2017-03-13 |
Bewertung | 2.50/5 Insgesamt 6 Bewertungen |
Entwickler | jfmonteil |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.capitalizeit.net |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capitalize!t WebScrapper", "version": "7", "manifest_version": 2, "minimum_chrome_version": "29", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "jquery.js", "selectionjfm.js", "\/textext\/js\/textext.core.js", "jquery-ui.min.js", "nlp_compromise.js", "image-picker.min.js" ], "css": [ "jquery-ui.css", "image-picker.css", "\/textext\/css\/textext.core.css", "\/textext\/css\/textext.plugin.tags.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "info.status": "complete", "status": "complete" } ], "icons": { "16": "icon-small.png", "48": "icon.png", "128": "icon-small.png" }, "permissions": [ "identity", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/spreadsheets.google.com\/*", "tabs", "storage", " |