Note Friendly

Changes the background of Note to the more eye-friendly colors.

Wat is Note Friendly?

Note Friendly is een Chrome-extensie ontwikkeld door Kazuhiro, en de belangrijkste functie is "Changes the background of Note to the more eye-friendly colors.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Note Friendly

Download Note Friendly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        背景色を真っ白からグレーに変更することで、長時間記事を読んでも疲れにくくします。また、背景色をグレーにするも最適なコントラスト比を維持することで、色覚に問題があっても読みやすさを損ねないようにしています。

さらに、ダークモードにも対応しています。OSの外観モードがダークに設定されているとき、背景は黒く、文字は白くなります。暗い環境でも快適に読むことができます。

最新の更新情報 — バージョン3.1、2023年5月
noteの仕様変更により背景色が変更されなくなったため、正常に背景色が変更されるよう対応しました。

過去の更新情報は https://github.com/k-miyata/note-friendly/releases でご覧いただけます。

注意事項:この拡張機能はnoteが公式に提供しているものではありません。この拡張機能についてnoteへ問い合わせることはご遠慮ください。                    

Basisinformatie over de Extensie

Naam Note Friendly Note Friendly
ID lmfhfgllepkjlgilfimmibkkphaafgnk
Officiële URL https://chromewebstore.google.com/detail/note-friendly/lmfhfgllepkjlgilfimmibkkphaafgnk
Beschrijving Changes the background of Note to the more eye-friendly colors.
Bestandsgrootte 6.85 KB
Aantal Installaties 318
Huidige Versie 3.1
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2019-04-20
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Kazuhiro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/k-miyata/note-friendly
Help Pagina-URL https://github.com/k-miyata/note-friendly/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}