InoReader Enhancements
Fixes a few UI elements for easy reading with InoReader
InoReader Enhancementsとは何ですか?
InoReader Enhancementsはhttps://tambnguyen.comによって開発されたChromeの拡張機能で、その主な機能は「Fixes a few UI elements for easy reading with InoReader」です。
拡張機能のスクリーンショット
InoReader Enhancements拡張機能のCRXファイルをダウンロード
InoReader Enhancements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I made some enhancements to InoReader layout to make it match more with how Google Reader used to be. Feel free to make suggestions. Feed navigation: - Increase font size on feed - Current feed indicator is more clear - Unread count is in bold and red text, and is always aligned right Reading pane: - Widen content area a tad - Increase title size - Current title's is now red - Unread titles are now blue - Read titles are now black - Article boxes now have even border widths and color
拡張機能の基本情報
名前 | InoReader Enhancements |
ID | gplhofhphfekaflbghoggkbgfoblaamo |
公式URL | https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo |
説明 | Fixes a few UI elements for easy reading with InoReader |
ファイルサイズ | 36.74 KB |
インストール数 | 1,121 |
現在のバージョン | 2015.4.8.1 |
最終更新日 | 2015-04-09 |
公開日 | 2015-04-08 |
評価 | 4.86/5 合計 14 レビュー |
開発者 | https://tambnguyen.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "script.js" ], "matches": [ "https:\/\/beta.inoreader.com\/*", "http:\/\/beta.inoreader.com\/*", "http:\/\/inoreader.com\/*", "https:\/\/inoreader.com\/*", "http:\/\/www.inoreader.com\/*", "https:\/\/www.inoreader.com\/*" ], "run_at": "document_idle" } ], "icons": { "256": "icon_256.png", "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "converted_from_user_script": true, "description": "Fixes a few UI elements for easy reading with InoReader", "name": "InoReader Enhancements", "version": "2015.4.8.1", "manifest_version": 2 } |