Easy to RSS

Retreive RSS feeds URLs from WebSite, RSSHub supported

Easy to RSS क्या है?

Easy to RSS https://idealclover.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retreive RSS feeds URLs from WebSite, RSSHub supported"।

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

screenshot

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

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

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

                        pre release version of Easy-to-RSS
https://github.com/idealclover/Easy-to-RSS
主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动                    

एक्सटेंशन की मूल जानकारी

नाम Easy to RSS Easy to RSS
ID hbcmpkcpbnecinpngdnfbnknfkdpdfli
आधिकारिक URL https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli
विवरण Retreive RSS feeds URLs from WebSite, RSSHub supported
फ़ाइल का आकार 21.43 KB
स्थापना संख्या 2,686
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2018-12-18
प्रकाशन तिथि 2018-12-17
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर https://idealclover.top
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy to RSS",
    "description": "Retreive RSS feeds URLs from WebSite, RSSHub supported",
    "version": "0.2.0",
    "author": "@idealclover",
    "homepage_url": "https:\/\/github.com\/idealclover\/Easy-to-RSS",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "img\/icon_default.png",
        "default_popup": "popup.html",
        "default_title": "Click to view RSS feeds for this page"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}