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 |
Eメール | [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", " |