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 |
官方網址 | 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" ] } } |