眩しさを軽減するやつ
Webサイトの眩しさを軽減します。
What is 眩しさを軽減するやつ?
眩しさを軽減するやつ is a Chrome extension developed by Temarin, and its main feature is "Webサイトの眩しさを軽減します。".
Extension Screenshots
Download 眩しさを軽減するやつ Extension CRX File
Download 眩しさを軽減するやつ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
白背景などのWebページの眩しさを若干軽減します。 類似の拡張機能は、多くありますが、この拡張機能は、至ってシンプルなもので動作も軽いはずです。 ブルーライトをカットするものではなく、半透明の黒をかぶせています。 拡張機能アイコンをクリックすることで段階的に調整できます。
Extension Basic Information
Name | |
ID | efaffbmgfhihoafmdbipkdfmfbgaimpc |
Official URL | https://chromewebstore.google.com/detail/%E7%9C%A9%E3%81%97%E3%81%95%E3%82%92%E8%BB%BD%E6%B8%9B%E3%81%99%E3%82%8B%E3%82%84%E3%81%A4/efaffbmgfhihoafmdbipkdfmfbgaimpc |
Description | Webサイトの眩しさを軽減します。 |
File Size | 32.37 KB |
Installation Count | 245 |
Current Version | 1.0.0.0 |
Last Updated | 2020-01-28 |
Publish Date | 2020-01-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Temarin |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u7729\u3057\u3055\u3092\u8efd\u6e1b\u3059\u308b\u3084\u3064", "short_name": "BlackFilter", "author": "@_Temarin", "description": "Web\u30b5\u30a4\u30c8\u306e\u7729\u3057\u3055\u3092\u8efd\u6e1b\u3057\u307e\u3059\u3002", "version": "1.0.0.0", "manifest_version": 2, "web_accessible_resources": [ "*" ], "permissions": [ "storage", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "32": "icon32.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "script.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "32": "icon32.png" }, "default_title": "Web\u30b5\u30a4\u30c8\u306e\u7729\u3057\u3055\u3092\u8efd\u6e1b\u3059\u308b\u3084\u3064 \u203b\u30af\u30ea\u30c3\u30af\u3067\u8abf\u6574" } } |