Feedly Mini

Easily add content to your Feedly while browsing

What is Feedly Mini?

Feedly Mini is a Chrome extension developed by https://feedly.com, and its main feature is "Easily add content to your Feedly while browsing".

Extension Screenshots

screenshot

Download Feedly Mini Extension CRX File

Download Feedly Mini extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Feedly users rely on the Mini extension to quickly add new RSS sources to their feeds and save essential articles to their boards.

This extension is the official extension from Feedly. It is created and maintained by the Feedly dev team.

In version 50, if you have access to the annotation features, you will be able to add a note to the article you are saving to your boards.

If you are part of the enterprise plan and have connected your account with Slack, you will be able to mention a teammate or a Slack channel directly in this extension and quickly notify your teammates.

Privacy by default: We believe that you should own and control all your personal information. Feedly is a secure space where you can privately organize and research the topics and trends that matter to you.

This extension is only activated when you click on the button to follow an RSS feed or save an article to a board. It does not have access to any other activity or personal information.

This extension and the Feedly Web App share an authentication cookie so that they sync with the same account.

You can learn more about privacy and personal information here:
https://feedly.com/i/legal/privacy
https://feedly.com/i/account/privacy

If you need help using this extension, please contact [email protected] if you are a free user and [email protected] if you are a Pro, Pro+ or Business user

Happy reading!                    

Extension Basic Information

Name Feedly Mini Feedly Mini
ID ndhinffkekpekljifjkkkkkhopnjodja
Official URL https://chromewebstore.google.com/detail/feedly-mini/ndhinffkekpekljifjkkkkkhopnjodja
Description Easily add content to your Feedly while browsing
File Size 2.66 MB
Installation Count 162,304
Current Version 53
Last Updated 2022-01-27
Publish Date 2019-04-14
Rating 4.76/5 Total 23379 Ratings
Developer https://feedly.com
Email [email protected]
Payment Type free
Extension Website https://feedly.com
Help Page URL https://blog.feedly.com/feedly-mini-for-chrome-gets-smarter-in-version-5/
Privacy Policy Page URL https://feedly.com/i/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Mini",
    "description": "Easily add content to your Feedly while browsing",
    "author": "Feedly",
    "version": "53",
    "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": "Feedly Mini",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ]
}