Reipro scrape
Scrape html pages
Reipro scrape là gì?
Reipro scrape là một tiện ích mở rộng Chrome được phát triển bởi shubhamnigam2502, và tính năng chính của nó là "Scrape html pages".
Tải xuống tệp CRX của tiện ích mở rộng Reipro scrape
Tải xuống các tệp mở rộng Reipro scrape 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reipro scrape |
ID | ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
URL Chính Thức | https://chromewebstore.google.com/detail/reipro-scrape/ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
Mô tả | Scrape html pages |
Kích Thước Tệp | 1.05 MB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.55 |
Cập Nhật Lần Cuối | 2016-08-01 |
Ngày Phát Hành | 2016-08-01 |
Nhà Phát Triển | shubhamnigam2502 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.theshopifybots.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Reipro scrape", "description": "Scrape html pages", "version": "1.55", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/script.google.com https:\/\/script.googleusercontent.com; object-src 'self'", "browser_action": { "default_title": "Scrape realQuest.com", "default_icon": "icon.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |