Data Grabber

grab it to use it

Data Grabberคืออะไร?

Data Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://datagrabber.moxols.com และคุณลักษณะหลักของมันคือ "grab it to use it"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Data Grabber

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Data Grabber Data Grabber
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",
        ""
    ],
    "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"
    ]
}