Better Feedly
Feedly Cleanup
Better Feedlyとは何ですか?
Better FeedlyはMonteverdeによって開発されたChromeの拡張機能で、その主な機能は「Feedly Cleanup」です。
Better Feedly拡張機能のCRXファイルをダウンロード
Better Feedly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feedly UI Cleanup - add items count on page title; - hide feeds that do not have items to be read; - hide sharing buttons; - hide pro bar features; - hide feeds right sidebar - full articles uses 100% screen size;
拡張機能の基本情報
名前 | |
ID | keafhbfghgapjfejeebfmmibecpdflhg |
公式URL | https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg |
説明 | Feedly Cleanup |
ファイルサイズ | 11.48 KB |
インストール数 | 59 |
現在のバージョン | 0.6.0 |
最終更新日 | 2017-08-07 |
公開日 | 2017-08-07 |
評価 | 4.38/5 合計 8 レビュー |
開発者 | Monteverde |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://lucasmonteverde.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Feedly", "description": "Feedly Cleanup", "version": "0.6.0", "manifest_version": 2, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*", "*:\/\/feedly.com\/*" ], "js": [ "feedly.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |