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…
什么是Capitalize!t WebScrapper?
Capitalize!t WebScrapper是由jfmonteil开发的Chrome扩展程序,该扩展的主要功能是“Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…”。
扩展截图
下载Capitalize!t WebScrapper扩展crx文件
下载Capitalize!t WebScrapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 !
扩展基本信息
名称 | Capitalize!t WebScrapper |
ID | ilgdjidfijkaengnhpeoneiagigajhco |
官方URL | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
简介 | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
文件大小 | 428 KB |
安装次数 | 442 |
当前版本 | 7 |
更新时间 | 2017-03-13 |
上架时间 | 2017-03-13 |
评分 | 2.50/5 共6次评分 |
开发者 | jfmonteil |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.capitalizeit.net |
支持的语言 | 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", " |