sunglasses
Tints webpages so it doesn't hurt your eyes
sunglassesとは何ですか?
sunglassesはjoshuahouによって開発されたChromeの拡張機能で、その主な機能は「Tints webpages so it doesn't hurt your eyes」です。
拡張機能のスクリーンショット
sunglasses拡張機能のCRXファイルをダウンロード
sunglasses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tints webpages so websites with white backgrounds don't hurt your eyes when you're computing in the dark. Monitors can set brightness, but only globally and not for webpages only, which are more likely to be brighter than terminal windows. Tweet @jshou if you have suggestions/bug reports. Version 1.1 * Updated for Chrome manifest v2 * Security updates Version 0.4.2 * Keyboard shortcuts! Try refreshing the tab if it doesn't work immediately. * Ctrl+shift+9 darkens, Ctrl+shift+8 lightens * The old shortcuts in 0.4.0 and 0.4.1 were causing problems in certain versions of Chrome. Please install the updated version if you have 0.4 or 0.4.1 installed. New in version 0.3: * Darkness settings persist across browser restarts
拡張機能の基本情報
名前 | sunglasses |
ID | elcjekocfhomlfniihikpmbbgjdbgcoo |
公式URL | https://chromewebstore.google.com/detail/sunglasses/elcjekocfhomlfniihikpmbbgjdbgcoo |
説明 | Tints webpages so it doesn't hurt your eyes |
ファイルサイズ | 34.71 KB |
インストール数 | 2,200 |
現在のバージョン | 1.1 |
最終更新日 | 2012-07-28 |
公開日 | 2012-07-28 |
評価 | 4.15/5 合計 79 レビュー |
開発者 | joshuahou |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/jshou/sunglasses |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sunglasses", "version": "1.1", "description": "Tints webpages so it doesn't hurt your eyes", "icons": { "48": "images\/sunglasses_48.png", "128": "images\/sunglasses_128.png" }, "browser_action": { "default_icon": "images\/sunglasses_19.png", "default_title": "sunglasses settings", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", " |