Data Grabber
grab it to use it
什么是Data Grabber?
Data Grabber是由http://datagrabber.moxols.com开发的Chrome扩展程序,该扩展的主要功能是“grab it to use it”。
扩展截图
下载Data Grabber扩展crx文件
下载Data Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Datagrabber is a permission based web data extraction toolkit which helps almost every one to populate their database with absolute data and also gather authenticated contacts form every site which have contacts data visible on the front end of site
扩展基本信息
名称 | |
ID | akgdjhnlchpdfhohbdkolopojpfnehle |
官方URL | https://chrome.google.com/webstore/detail/data-grabber/akgdjhnlchpdfhohbdkolopojpfnehle |
简介 | grab it to use it |
文件大小 | 6.81 MB |
安装次数 | 115 |
当前版本 | 1.0 |
更新时间 | 2018-03-31 |
上架时间 | 2018-03-31 |
评分 | 4.00/5 共1次评分 |
开发者 | http://datagrabber.moxols.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://datagrabber.moxols.com |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background_script.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Data Grabber" }, "content_scripts": [ { "css": [ "content_script.css" ], "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "grab it to use it", "devtools_page": "devtools_init_page.html", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Data Grabber", "optional_permissions": [ "webRequest", "webRequestBlocking", " |