Scraper

RSS, Atom Feed Reader & Web Crawler

Scraperคืออะไร?

Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wepplication.github.io และคุณลักษณะหลักของมันคือ "RSS, Atom Feed Reader & Web Crawler"

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

screenshot
screenshot
screenshot

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

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

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

                        RSS, Atom Feed Reader & Web Crawler

*** Features ***
1. Find the RSS/Atom address by entering the website URL
2. Register keyword to display specific text notifications
3. Creating a Site Web crawler that does not support RSS
4. View other people's web crawlers

Shortcut key: 
Shift + Alt + E (MacOS: Shift + Command + E)                    

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

ชื่อ Scraper Scraper
ID caijpifkkcjfejgmcgahalhgdbalinof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scraper/caijpifkkcjfejgmcgahalhgdbalinof
คำอธิบาย RSS, Atom Feed Reader & Web Crawler
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 769
เวอร์ชันปัจจุบัน 1.2.9
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2020-01-13
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://wepplication.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://wepplication.github.io/tools/scrapper/policy.html
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.2.9",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "management",
        "idle",
        "tabs",
        "unlimitedStorage",
        "offscreen"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/browser-polyfill.min.js",
                "js\/feed_finder.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/browser-polyfill.min.js",
                "js\/feed_finder.js",
                "doc_idle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/rss-16.png",
            "32": "images\/rss-32.png",
            "48": "images\/rss-48.png",
            "128": "images\/rss-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Popup toggle"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/rss-16.png",
        "32": "images\/rss-32.png",
        "48": "images\/rss-48.png",
        "128": "images\/rss-128.png"
    },
    "manifest_version": 3
}