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.

什么是Newsfeeder Quick-launch?

Newsfeeder Quick-launch是由http://esstudio.site开发的Chrome扩展程序,该扩展的主要功能是“Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Newsfeeder Quick-launch扩展crx文件

下载Newsfeeder Quick-launch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Newsfeeder Quick-launch Newsfeeder Quick-launch
ID kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
官方URL https://chrome.google.com/webstore/detail/newsfeeder-quick-launch/kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
简介 Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.
文件大小 22.91 KB
安装次数 19
当前版本 1.0
更新时间 2019-03-28
上架时间 2019-03-25
开发者 http://esstudio.site
电子邮箱 [email protected]
付费类型 free
扩展官网 https://newsfeeder.esstudio.site
帮助页面URL https://esstudio.site/contact
隐私政策页面URL https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
支持的语言 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
}