Invert!
Invert page colors to reduce strain on eyes and improve readability at night.
Invert!とは何ですか?
Invert!はGMによって開発されたChromeの拡張機能で、その主な機能は「Invert page colors to reduce strain on eyes and improve readability at night.」です。
拡張機能のスクリーンショット
Invert!拡張機能のCRXファイルをダウンロード
Invert!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Invert! is a useful extension that (surprisingly) inverts the colors of a webpage. Why use it? Inverting the colors of a page produces high contrast and can improve readability of pages, especially at night, and can also reduce eye strain.
拡張機能の基本情報
名前 | Invert! |
ID | heidajcpkemganilmhockdniaknoojih |
公式URL | https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih |
説明 | Invert page colors to reduce strain on eyes and improve readability at night. |
ファイルサイズ | 22.53 KB |
インストール数 | 30,800 |
現在のバージョン | 0.1 |
最終更新日 | 2014-11-15 |
公開日 | 2014-11-15 |
評価 | 3.99/5 合計 77 レビュー |
開発者 | GM |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invert!", "description": "Invert page colors to reduce strain on eyes and improve readability at night.", "version": "0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/off.png", "default_title": "Toggle Invert!" } } |