Font Overwrite

Overwrites fonts of web-sites.

Font Overwriteとは何ですか?

Font Overwriteはminostarによって開発されたChromeの拡張機能で、その主な機能は「Overwrites fonts of web-sites.」です。

拡張機能のスクリーンショット

screenshot

Font Overwrite拡張機能のCRXファイルをダウンロード

Font Overwrite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you dislike specific font, use this.
(ex. Gulim, Comic Sans)                    

拡張機能の基本情報

名前 Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
公式URL https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
説明 Overwrites fonts of web-sites.
ファイルサイズ 47.6 KB
インストール数 605
現在のバージョン 0.0.2
最終更新日 2017-10-14
公開日 2017-10-14
評価 4.33/5 合計 27 レビュー
開発者 minostar
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Overwrite",
    "description": "Overwrites fonts of web-sites.",
    "version": "0.0.2",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}