WebFeed

Web Feed Reader

WebFeedคืออะไร?

WebFeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taoshu และคุณลักษณะหลักของมันคือ "Web Feed Reader"

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

screenshot
screenshot
screenshot

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

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

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

                        WebFeed is a lightweight RSS/Atom feed notifier. WebFeed could detect feeds in web pages automatically. If user subscribe it, WebFeed would check new articles repeatedly and show the new badge when available. And user could read the new feed summaries.                    

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

ชื่อ WebFeed WebFeed
ID phonnpdncnchhpobgkabgcjoapjcacop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webfeed/phonnpdncnchhpobgkabgcjoapjcacop
คำอธิบาย Web Feed Reader
ขนาดไฟล์ 56.84 KB
จำนวนการติดตั้ง 562
เวอร์ชันปัจจุบัน 0.8.1
อัปเดตครั้งล่าสุด 2022-05-19
วันที่เผยแพร่ 2022-05-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Taoshu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/taoso/webfeed
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebFeed",
    "version": "0.8.1",
    "description": "Web Feed Reader",
    "author": "\u6d9b\u53d4",
    "homepage_url": "https:\/\/github.com\/taoso\/webfeed",
    "icons": {
        "128": "icons\/icon-square-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "bookmarks",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "128": "icons\/icon-square-gray-128.png"
        },
        "default_title": "WebFeed"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "92"
}