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.

Co je Newsfeeder Quick-launch?

Newsfeeder Quick-launch je rozšíření Chrome vyvinuté http://esstudio.site, a jeho hlavní funkcí je „Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Newsfeeder Quick-launch

Stáhněte si soubory rozšíření Newsfeeder Quick-launch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Newsfeeder Quick-launch Newsfeeder Quick-launch
ID kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
Oficiální URL https://chrome.google.com/webstore/detail/newsfeeder-quick-launch/kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
Popis Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.
Velikost souboru 22.91 KB
Počet instalací 19
Aktuální Verze 1.0
Poslední Aktualizace 2019-03-28
Datum Vydání 2019-03-25
Vývojář http://esstudio.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://newsfeeder.esstudio.site
URL Stránky Nápovědy https://esstudio.site/contact
URL Stránky Zásad Ochrany Soukromí https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
Podporované Jazyky 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
}