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.

Was ist Follow Feed | Feedly?

Follow Feed | Feedly ist eine Chrome-Erweiterung, die von https://feedly.com entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot

Follow Feed | Feedly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Follow Feed | Feedly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
Offizielle URL https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
Beschreibung 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.
Dateigröße 1.56 MB
Installationsanzahl 13,023
Aktuelle Version 4.0.1
Letztes Update 2019-04-12
Veröffentlichungsdatum 2019-04-12
Bewertung 3.49/5 Insgesamt 55 Bewertungen
Entwickler https://feedly.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://feedly.com
Hilfeseite URL https://plus.google.com/communities/113648582731838175643
URL der Datenschutzrichtlinien-Seite https://feedly.com/i/legal/privacy
Unterstützte Sprachen 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"
    ]
}