Note Friendly

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

What is Note Friendly?

Note Friendly is a Chrome extension developed by Kazuhiro, and its main feature is "Changes the background of Note to the more eye-friendly colors.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Note Friendly Extension CRX File

Download Note Friendly 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

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

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

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

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

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

Extension Basic Information

Name Note Friendly Note Friendly
ID lmfhfgllepkjlgilfimmibkkphaafgnk
Official URL https://chromewebstore.google.com/detail/note-friendly/lmfhfgllepkjlgilfimmibkkphaafgnk
Description Changes the background of Note to the more eye-friendly colors.
File Size 6.85 KB
Installation Count 318
Current Version 3.1
Last Updated 2023-05-04
Publish Date 2019-04-20
Rating 4.00/5 Total 2 Ratings
Developer Kazuhiro
Email [email protected]
Payment Type free
Extension Website https://github.com/k-miyata/note-friendly
Help Page URL https://github.com/k-miyata/note-friendly/issues
Supported Languages 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"
            ]
        }
    ]
}