Feedly-Simplify
This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
什么是Feedly-Simplify?
Feedly-Simplify是由ckuijjer开发的Chrome扩展程序,该扩展的主要功能是“This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab”。
扩展截图
下载Feedly-Simplify扩展crx文件
下载Feedly-Simplify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
官方URL | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
简介 | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
文件大小 | 6.41 KB |
安装次数 | 28 |
当前版本 | 1.5.6 |
更新时间 | 2017-11-02 |
上架时间 | 2017-11-02 |
开发者 | ckuijjer |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly-Simplify", "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab", "version": "1.5.6", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "background": { "scripts": [ "extension.js" ] } } |