Note Friendly
Changes the background of Note to the more eye-friendly colors.
Cos'è Note Friendly?
Note Friendly è un'estensione di Chrome sviluppata da Kazuhiro, e la sua funzione principale è "Changes the background of Note to the more eye-friendly colors.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Note Friendly
Scarica i file di estensione Note Friendly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
背景色を真っ白からグレーに変更することで、長時間記事を読んでも疲れにくくします。また、背景色をグレーにするも最適なコントラスト比を維持することで、色覚に問題があっても読みやすさを損ねないようにしています。 さらに、ダークモードにも対応しています。OSの外観モードがダークに設定されているとき、背景は黒く、文字は白くなります。暗い環境でも快適に読むことができます。 最新の更新情報 — バージョン3.1、2023年5月 noteの仕様変更により背景色が変更されなくなったため、正常に背景色が変更されるよう対応しました。 過去の更新情報は https://github.com/k-miyata/note-friendly/releases でご覧いただけます。 注意事項:この拡張機能はnoteが公式に提供しているものではありません。この拡張機能についてnoteへ問い合わせることはご遠慮ください。
Informazioni di Base sull'Estensione
Nome | |
ID | lmfhfgllepkjlgilfimmibkkphaafgnk |
URL Ufficiale | https://chromewebstore.google.com/detail/note-friendly/lmfhfgllepkjlgilfimmibkkphaafgnk |
Descrizione | Changes the background of Note to the more eye-friendly colors. |
Dimensione del File | 6.85 KB |
Conteggio Installazioni | 318 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2023-05-04 |
Data di Pubblicazione | 2019-04-20 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Kazuhiro |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/k-miyata/note-friendly |
URL della Pagina di Aiuto | https://github.com/k-miyata/note-friendly/issues |
Lingue Supportate | 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" ] } ] } |