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…
O que é Capitalize!t WebScrapper?
Capitalize!t WebScrapper é uma extensão do Chrome desenvolvida por jfmonteil, e sua principal característica é "Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Capitalize!t WebScrapper
Baixe arquivos de extensão Capitalize!t WebScrapper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 !
Informações Básicas da Extensão
Nome | Capitalize!t WebScrapper |
ID | ilgdjidfijkaengnhpeoneiagigajhco |
URL Oficial | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
Descrição | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
Tamanho do Arquivo | 428 KB |
Contagem de Instalações | 442 |
Versão Atual | 7 |
Última Atualização | 2017-03-13 |
Data de Publicação | 2017-03-13 |
Classificação | 2.50/5 Total de 6 Avaliações |
Desenvolvedor | jfmonteil |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.capitalizeit.net |
Idiomas Suportados | 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", " |