OlyScraper

Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…

OlyScraperคืออะไร?

OlyScraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iAhjari และคุณลักษณะหลักของมันคือ "Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย OlyScraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple tool to scrap information from a webpage, the use is simple :
-Install the extension
-Click on the extension
-Add a new field
-Name your field then choose the data to scarp from your openned webpage  
(you can add as much fields as you want)
-Save your data as CSV file                    

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

ชื่อ OlyScraper OlyScraper
ID bcjedefndololfejliabdmkpokchohjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/olyscraper/bcjedefndololfejliabdmkpokchohjj
คำอธิบาย Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…
ขนาดไฟล์ 524 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-31
วันที่เผยแพร่ 2019-05-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iAhjari
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "OlyScraper",
    "short_name": "Oly",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*"
    ],
    "browser_action": {
        "default_title": "OlyChrome"
    },
    "icons": {
        "128": "icons\/get_started128.png",
        "16": "icons\/get_started16.png",
        "48": "icons\/get_started48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "\/core\/loader.js",
        "\/core\/oly-iframe.html",
        "\/core\/oly-iframe.js",
        "\/core\/angular.min.js",
        "\/core\/oly-iframe.css",
        "\/core\/selectorgadget\/selectorgadget.css",
        "\/core\/oly-chrome.css",
        "\/core\/jquery.min.js",
        "\/core\/diff_match_patch.js",
        "\/core\/selectorgadget\/dom.js",
        "\/core\/selectorgadget\/core.js",
        "\/core\/oly-chrome.js"
    ]
}