WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Save to Feedly Board

Save to Feedly Board

View on Chrome Web Store
View Save to Feedly Board Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (55 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly save an article you are reading in your browser in one of your Feedly boards
Type
Extension
Users
9,000 users
1K
Website feedly.com
Feedly
View author page of Feedly
Published
Published on February 24, 2016
Version 4.0.1
Manifest version
2
Updated
Updated on April 12, 2019
lifestyle/news
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Save to Feedly Board Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Feedly Board",
    "description": "Quickly save an article you are reading in your browser in one of your Feedly boards",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Save to Feedly Board",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/",
        "https:\/\/graph.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top