WebFeed

Web Feed Reader

WebFeed क्या है?

WebFeed Taoshu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Feed Reader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebFeed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}