Data Grabber

grab it to use it

Data Grabber là gì?

Data Grabber là một tiện ích mở rộng Chrome được phát triển bởi http://datagrabber.moxols.com, và tính năng chính của nó là "grab it to use it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Data Grabber

Tải xuống các tệp mở rộng Data Grabber 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Data Grabber Data Grabber
ID akgdjhnlchpdfhohbdkolopojpfnehle
URL Chính Thức https://chrome.google.com/webstore/detail/data-grabber/akgdjhnlchpdfhohbdkolopojpfnehle
Mô tả grab it to use it
Kích Thước Tệp 6.81 MB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-31
Ngày Phát Hành 2018-03-31
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://datagrabber.moxols.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://datagrabber.moxols.com
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "short_name": "Web Scraper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png",
        "images\/icon19.png",
        "images\/icon38.png"
    ]
}