WebExtension.net
WebExtension.net

Save to Feedly Board

View on Chrome Web Store
View Save to Feedly Board Chrome Extension on Chrome Web Store
3.7 (55 ratings)
1 new ratings

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
10,000 users
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
View on Chrome Web Store
View Save to Feedly Board Chrome Extension on Chrome Web Store
lifestyle/news
Extension Category
Website
Visit developer website

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"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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