Note Friendly
Changes the background of Note to the more eye-friendly colors.
Was ist Note Friendly?
Note Friendly ist eine Chrome-Erweiterung, die von Kazuhiro entwickelt wurde, und ihr Hauptmerkmal ist "Changes the background of Note to the more eye-friendly colors.".
Erweiterungsscreenshots
Note Friendly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Note Friendly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
背景色を真っ白からグレーに変更することで、長時間記事を読んでも疲れにくくします。また、背景色をグレーにするも最適なコントラスト比を維持することで、色覚に問題があっても読みやすさを損ねないようにしています。 さらに、ダークモードにも対応しています。OSの外観モードがダークに設定されているとき、背景は黒く、文字は白くなります。暗い環境でも快適に読むことができます。 最新の更新情報 — バージョン3.1、2023年5月 noteの仕様変更により背景色が変更されなくなったため、正常に背景色が変更されるよう対応しました。 過去の更新情報は https://github.com/k-miyata/note-friendly/releases でご覧いただけます。 注意事項:この拡張機能はnoteが公式に提供しているものではありません。この拡張機能についてnoteへ問い合わせることはご遠慮ください。
Grundlegende Informationen zur Erweiterung
Name | |
ID | lmfhfgllepkjlgilfimmibkkphaafgnk |
Offizielle URL | https://chromewebstore.google.com/detail/note-friendly/lmfhfgllepkjlgilfimmibkkphaafgnk |
Beschreibung | Changes the background of Note to the more eye-friendly colors. |
Dateigröße | 6.85 KB |
Installationsanzahl | 318 |
Aktuelle Version | 3.1 |
Letztes Update | 2023-05-04 |
Veröffentlichungsdatum | 2019-04-20 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Kazuhiro |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/k-miyata/note-friendly |
Hilfeseite URL | https://github.com/k-miyata/note-friendly/issues |
Unterstützte Sprachen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "3.1", "icons": { "128": "icon_128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ] } |