Colorable Feedly
Get Feedly colored by RSS feed sources
什麼是Colorable Feedly?
Colorable Feedly是由kodeout開發的Chrome擴展程式,該擴展的主要功能是“Get Feedly colored by RSS feed sources”。
擴展截圖
下載Colorable Feedly擴展crx文件
下載Colorable Feedly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode.
Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore.
CHANGELOG
v0.1.5 (2023-02-19 )
- Fix to support the latest feedly.com
v0.1.4 ( 2021-09-20 )
- Fix to support the latest feedly.com
v0.1.3 ( 2021-04-18 )
- Fix to support the latest feedly.com
v0.1.2 ( 2017-07-17 )
- Use CRC24 to generate various color codes
v0.1.1 ( 2017-02-20 )
- Bugfix to support the latest feedly.com 擴展基本資訊
| 名稱 | |
| ID | cmjhplmpnpaknnllafgpkbadgligedbc |
| 官方網址 | https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc |
| 簡介 | Get Feedly colored by RSS feed sources |
| 檔案大小 | 82.25 KB |
| 安裝次數 | 179 |
| 目前版本 | 0.1.5 |
| 更新時間 | 2023-02-19 |
| 上架時間 | 2017-07-16 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | kodeout |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Colorable Feedly",
"version": "0.1.5",
"description": "Get Feedly colored by RSS feed sources",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/feedly.com\/*",
"https:\/\/feedly.com\/*"
],
"js": [
"jquery.slim.min.js",
"colorable.js"
],
"css": [
"colorable.css"
]
}
]
} | |