Readify
Sets the default font family, font color, and line-height for those hard to read websites.
Readifyとは何ですか?
ReadifyはShane Hobanによって開発されたChromeの拡張機能で、その主な機能は「Sets the default font family, font color, and line-height for those hard to read websites.」です。
拡張機能のスクリーンショット
Readify拡張機能のCRXファイルをダウンロード
Readify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You no longer have to deal with terrible contrast websites (specifically, light gray text on white background). This extension improves readability, including the color, font famil, and line height.
拡張機能の基本情報
名前 | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
公式URL | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
説明 | Sets the default font family, font color, and line-height for those hard to read websites. |
ファイルサイズ | 33.13 KB |
インストール数 | 83 |
現在のバージョン | 1.2 |
最終更新日 | 2016-04-05 |
公開日 | 2016-04-05 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Shane Hoban |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readify", "description": "Sets the default font family, font color, and line-height for those hard to read websites.", "version": "1.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] } } |