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.

Qu'est-ce que Follow Feed | Feedly ?

Follow Feed | Feedly est une extension Chrome développée par https://feedly.com, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Follow Feed | Feedly

Téléchargez les fichiers d'extension Follow Feed | Feedly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
URL Officiel https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
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.
Taille du Fichier 1.56 MB
Nombre d'Installations 13,023
Version Actuelle 4.0.1
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-12
Évaluation 3.49/5 Total 55 Évaluations
Développeur https://feedly.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://feedly.com
URL de la Page d'Aide https://plus.google.com/communities/113648582731838175643
URL de la Page de Politique de Confidentialité https://feedly.com/i/legal/privacy
Langues Prises en Charge 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"
    ]
}