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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |