NO メイリオ

ウェブサイトのフォントに指定されたメイリオを任意のフォントに置き換えます。

What is NO メイリオ?

NO メイリオ is a Chrome extension developed by https://negset.com, and its main feature is "ウェブサイトのフォントに指定されたメイリオを任意のフォントに置き換えます。".

Extension Screenshots

screenshot

Download NO メイリオ Extension CRX File

Download NO メイリオ 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

                        表示フォントとしてメイリオが指定されているウェブサイトを、代わりのフォントで表示する Chrome 拡張機能です。

例として次のようなサイトで表示フォントが変わります。

・Amazon.co.jp
・Facebook
・Twitter
・Yahoo! JAPAN
・Qiita

また上記以外でも、メイリオが指定された全てのサイトに適用されます。

メイリオが好きでない方が快適にブラウジングできる環境を提供します。

拡張機能のオプションから、変更後のフォントを指定できます。                    

Extension Basic Information

Name NO メイリオ NO メイリオ
ID fnmoikkjfhemmmbejhcpnacegdbmdgfl
Official URL https://chromewebstore.google.com/detail/no-%E3%83%A1%E3%82%A4%E3%83%AA%E3%82%AA/fnmoikkjfhemmmbejhcpnacegdbmdgfl
Description ウェブサイトのフォントに指定されたメイリオを任意のフォントに置き換えます。
File Size 13.83 KB
Installation Count 141
Current Version 1.1.0
Last Updated 2021-06-27
Publish Date 2019-12-20
Rating 5.00/5 Total 1 Ratings
Developer https://negset.com
Email [email protected]
Payment Type free
Extension Website https://negset.com/NoMeiryo
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NO \u30e1\u30a4\u30ea\u30aa",
    "version": "1.1.0",
    "description": "\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30d5\u30a9\u30f3\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e1\u30a4\u30ea\u30aa\u3092\u4efb\u610f\u306e\u30d5\u30a9\u30f3\u30c8\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059\u3002",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "author": "negset",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/negset.com\/NoMeiryo",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "*"
    ]
}