500px.com Dark Theme
Dark mode for the 500px.com website.
500px.com Dark Themeとは何ですか?
500px.com Dark Themeはhttp://andrei.ptによって開発されたChromeの拡張機能で、その主な機能は「Dark mode for the 500px.com website.」です。
拡張機能のスクリーンショット
500px.com Dark Theme拡張機能のCRXファイルをダウンロード
500px.com Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension was created to give the 500px.com website a much needed darker look. Not only it is easier on the eyes, but I also think it makes the images stand out more. There are still some things to improve, so please be patient. Thank you!
拡張機能の基本情報
名前 | |
ID | ifilflghchkjlfmnmpcncchmaafldahh |
公式URL | https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh |
説明 | Dark mode for the 500px.com website. |
ファイルサイズ | 22.87 KB |
インストール数 | 127 |
現在のバージョン | 1.5.4 |
最終更新日 | 2016-12-18 |
公開日 | 2016-12-18 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | http://andrei.pt |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "500px.com Dark Theme", "short_name": "Dark 500px", "description": "Dark mode for the 500px.com website.", "version": "1.5.4", "browser_action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "assets\/html\/popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/500px.com\/*", "https:\/\/500px.com\/*", "http:\/\/www.500px.com\/*", "https:\/\/www.500px.com\/*" ], "css": [ "assets\/css\/override.css" ] } ], "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } } |