Flash RSS Feed

Minimal custom feeds in every new tab.

什么是Flash RSS Feed?

Flash RSS Feed是由Giuseppe Barbalinardo开发的Chrome扩展程序,该扩展的主要功能是“Minimal custom feeds in every new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Flash RSS Feed扩展crx文件

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

扩展使用说明

                        Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.                    

扩展基本信息

名称 Flash RSS Feed Flash RSS Feed
ID dphnchgfmahcanlodghiejglcgajklma
官方URL https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma
简介 Minimal custom feeds in every new tab.
文件大小 666 KB
安装次数 23
当前版本 1.0.1
更新时间 2016-12-31
上架时间 2016-12-31
开发者 Giuseppe Barbalinardo
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash RSS Feed",
    "version": "1.0.1",
    "description": "Minimal custom feeds in every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "homepage_url": "http:\/\/giuseppe.barbalinardo.com"
}