Follow Feed | Feedly

Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.

Cos'è Follow Feed | Feedly?

Follow Feed | Feedly è un'estensione di Chrome sviluppata da https://feedly.com, e la sua funzione principale è "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Follow Feed | Feedly

Scarica i file di estensione Follow Feed | Feedly 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

                        The Web is an ocean of knowledge and inspiration. This extension allows you to quickly add the blogs, news sites and Youtube channels you want to keep up with to your Feedly.

When you click on the Follow Feed icon, the Feedly extension will find the RSS feed for the page you are reading and allow you to open it in Feedly so that you can easily preview it and add it to one of your feeds if you like the content.

If you have any questions, you can reach us at [email protected]

Happy reading!                    

Informazioni di Base sull'Estensione

Nome Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
URL Ufficiale https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
Descrizione Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.
Dimensione del File 1.56 MB
Conteggio Installazioni 13,023
Versione Corrente 4.0.1
Ultimo Aggiornamento 2019-04-12
Data di Pubblicazione 2019-04-12
Valutazione 3.49/5 Totale 55 Valutazioni
Sviluppatore https://feedly.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://feedly.com
URL della Pagina di Aiuto https://plus.google.com/communities/113648582731838175643
URL della Pagina della Politica sulla Privacy https://feedly.com/i/legal/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Feed | Feedly",
    "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Follow this feed | Feedly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ]
}