Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

什麼是Gothic Fonts Everywhere?

Gothic Fonts Everywhere是由tfitfi20開發的Chrome擴展程式,該擴展的主要功能是“Use Gothic medieval fonts in all pages!”。

擴展截圖

screenshot
screenshot

下載Gothic Fonts Everywhere擴展crx文件

下載Gothic Fonts Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever wished to surf the web in a medieval gothic atmosphere?
With "Gothic Fonts Everywhere" you can now sense that feeling. This extension replaces all page fonts with a gothic style one. More options to come soon! (font choice and size)

If you like this extension, please donate me some bucks via Paypal! (pin extension on toolbar to see donation button)                    

擴展基本資訊

名稱 Gothic Fonts Everywhere Gothic Fonts Everywhere
ID dcgmjgehpnhlbhkbeallgcbjniidodjj
官方網址 https://chromewebstore.google.com/detail/gothic-fonts-everywhere/dcgmjgehpnhlbhkbeallgcbjniidodjj
簡介 Use Gothic medieval fonts in all pages!
檔案大小 137 KB
安裝次數 209
目前版本 1.01
更新時間 2022-07-31
上架時間 2022-07-31
評分 5.00/5 共 3 次評分
開發者 tfitfi20
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gothic Fonts Everywhere",
    "description": "Use Gothic medieval fonts in all pages!",
    "version": "1.01",
    "manifest_version": 3,
    "author": "ME",
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "CloisterBlack.ttf",
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/images\/gothicfonts16.png",
        "32": "\/images\/gothicfonts32.png",
        "48": "\/images\/gothicfonts48.png",
        "128": "\/images\/gothicfonts128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/gothicfonts16.png",
            "32": "\/images\/gothicfonts32.png",
            "48": "\/images\/gothicfonts48.png",
            "128": "\/images\/gothicfonts128.png"
        }
    }
}