Newsfeeder Quick-launch

Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.

What is Newsfeeder Quick-launch?

Newsfeeder Quick-launch is a Chrome extension developed by http://esstudio.site, and its main feature is "Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Newsfeeder Quick-launch Extension CRX File

Download Newsfeeder Quick-launch 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

                        This extension quick launches the newsfeeder app, the easiest way to follow news from your favorite websites, blogs and news sites. 

With newsfeeder you load your feeds quickly from other rss readers using the OPML format. You don't need to login, the app is fast and it just works. If you want to give feedback or tips, please send a message: [email protected] or use the contact form: esstudio.site/contact.                    

Extension Basic Information

Name Newsfeeder Quick-launch Newsfeeder Quick-launch
ID kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
Official URL https://chrome.google.com/webstore/detail/newsfeeder-quick-launch/kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
Description Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.
File Size 22.91 KB
Installation Count 19
Current Version 1.0
Last Updated 2019-03-28
Publish Date 2019-03-25
Developer http://esstudio.site
Email [email protected]
Payment Type free
Extension Website https://newsfeeder.esstudio.site
Help Page URL https://esstudio.site/contact
Privacy Policy Page URL https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newsfeeder Quick-launch",
    "short_name": "Newsfeeder",
    "version": "1.0",
    "description": "Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS\/Atom reader.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon128-grey.png"
    },
    "manifest_version": 2
}