Reipro scrape
Scrape html pages
什么是Reipro scrape?
Reipro scrape是由shubhamnigam2502开发的Chrome扩展程序,该扩展的主要功能是“Scrape html pages”。
下载Reipro scrape扩展crx文件
下载Reipro scrape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Reipro scrape |
ID | ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
官方URL | https://chromewebstore.google.com/detail/reipro-scrape/ekecfoobaofpkcpogpcnmjkkdhfdfdjl |
简介 | Scrape html pages |
文件大小 | 1.05 MB |
安装次数 | 19 |
当前版本 | 1.55 |
更新时间 | 2016-08-01 |
上架时间 | 2016-08-01 |
开发者 | shubhamnigam2502 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.theshopifybots.com/privacy-policy |
支持的语言 | 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 } |