Clean Feedly
Clean up annoying Feedly UI clutter.
Clean Feedlyとは何ですか?
Clean Feedlyはhttps://floffimedia.deによって開発されたChromeの拡張機能で、その主な機能は「Clean up annoying Feedly UI clutter.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |