OlyScraper
Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…
OlyScraper là gì?
OlyScraper là một tiện ích mở rộng Chrome được phát triển bởi iAhjari, và tính năng chính của nó là "Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…".
Ả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 OlyScraper
Tải xuống các tệp mở rộng OlyScraper 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
Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new field -Name your field then choose the data to scarp from your openned webpage (you can add as much fields as you want) -Save your data as CSV file
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OlyScraper |
ID | bcjedefndololfejliabdmkpokchohjj |
URL Chính Thức | https://chromewebstore.google.com/detail/olyscraper/bcjedefndololfejliabdmkpokchohjj |
Mô tả | Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new… |
Kích Thước Tệp | 524 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-05-31 |
Ngày Phát Hành | 2019-05-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | iAhjari |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "OlyScraper", "short_name": "Oly", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "browser_action": { "default_title": "OlyChrome" }, "icons": { "128": "icons\/get_started128.png", "16": "icons\/get_started16.png", "48": "icons\/get_started48.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "web_accessible_resources": [ "\/core\/loader.js", "\/core\/oly-iframe.html", "\/core\/oly-iframe.js", "\/core\/angular.min.js", "\/core\/oly-iframe.css", "\/core\/selectorgadget\/selectorgadget.css", "\/core\/oly-chrome.css", "\/core\/jquery.min.js", "\/core\/diff_match_patch.js", "\/core\/selectorgadget\/dom.js", "\/core\/selectorgadget\/core.js", "\/core\/oly-chrome.js" ] } |