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 là gì?
Capitalize!t WebScrapper là một tiện ích mở rộng Chrome được phát triển bởi jfmonteil, và tính năng chính của nó là "Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Capitalize!t WebScrapper
Tải xuống các tệp mở rộng Capitalize!t WebScrapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Capitalize!t WebScrapper |
ID | ilgdjidfijkaengnhpeoneiagigajhco |
URL Chính Thức | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
Mô tả | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
Kích Thước Tệp | 428 KB |
Số Lần Cài Đặt | 442 |
Phiên Bản Hiện Tại | 7 |
Cập Nhật Lần Cuối | 2017-03-13 |
Ngày Phát Hành | 2017-03-13 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | jfmonteil |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.capitalizeit.net |
Ngôn Ngữ Được Hỗ Trợ | 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", " |