Clean Feedly

Clean up annoying Feedly UI clutter.

什么是Clean Feedly?

Clean Feedly是由https://floffimedia.de开发的Chrome扩展程序,该扩展的主要功能是“Clean up annoying Feedly UI clutter.”。

扩展截图

screenshot

下载Clean Feedly扩展crx文件

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

扩展使用说明

                        This extension will give Feedly a much cleaner look, resembling the old Google Reader style.                    

扩展基本信息

名称 Clean Feedly Clean Feedly
ID afjifanaibbcelmkkobefdliemgofbjg
官方URL https://chromewebstore.google.com/detail/clean-feedly/afjifanaibbcelmkkobefdliemgofbjg
简介 Clean up annoying Feedly UI clutter.
文件大小 8.24 KB
安装次数 50
当前版本 1.0.2
更新时间 2014-06-07
上架时间 2014-06-07
评分 5.00/5 共1次评分
开发者 https://floffimedia.de
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Feedly",
    "version": "1.0.2",
    "description": "Clean up annoying Feedly UI clutter.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.feedly.com\/*"
            ],
            "css": [],
            "js": [
                "Clean_Feedly.user.js"
            ]
        }
    ]
}