Readly
A little Google Reader treatment for Feedly
Readlyとは何ですか?
ReadlyはIllia Panasenkoによって開発されたChromeの拡張機能で、その主な機能は「A little Google Reader treatment for Feedly」です。
拡張機能のスクリーンショット
Readly拡張機能のCRXファイルをダウンロード
Readly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Most of things it visually changes are applied to list (titles, condensed) view only. What it does: Makes layout a little more compact, less free space Grey colour title for read article when it is opened Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) ) Favicons are always shown Some visual fixes "v" opens article in new background tab
拡張機能の基本情報
名前 | Readly |
ID | aflgknnjpkjdoapemodkijpmgclcingn |
公式URL | https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn |
説明 | A little Google Reader treatment for Feedly |
ファイルサイズ | 64.09 KB |
インストール数 | 601 |
現在のバージョン | 0.10.4 |
最終更新日 | 2021-05-13 |
公開日 | 2019-03-07 |
評価 | 4.21/5 合計 24 レビュー |
開発者 | Illia Panasenko |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readly", "version": "0.10.4", "manifest_version": 2, "description": "A little Google Reader treatment for Feedly", "icons": { "16": "icons\/readly-16.png", "32": "icons\/readly-32.png", "64": "icons\/readly-64.png", "128": "icons\/readly-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.feedly.com\/home*", "https:\/\/www.feedly.com\/home*", "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "css": [ "styles.css" ], "js": [ "script.js" ] } ] } |