Easy to RSS

Retreive RSS feeds URLs from WebSite, RSSHub supported

Cos'è Easy to RSS?

Easy to RSS è un'estensione di Chrome sviluppata da https://idealclover.top, e la sua funzione principale è "Retreive RSS feeds URLs from WebSite, RSSHub supported".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy to RSS

Scarica i file di estensione Easy to RSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Easy to RSS Easy to RSS
ID hbcmpkcpbnecinpngdnfbnknfkdpdfli
URL Ufficiale https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli
Descrizione Retreive RSS feeds URLs from WebSite, RSSHub supported
Dimensione del File 21.43 KB
Conteggio Installazioni 2,686
Versione Corrente 0.2.0
Ultimo Aggiornamento 2018-12-18
Data di Pubblicazione 2018-12-17
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore https://idealclover.top
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}