Curse in Calligraphy

Put swear words in a calligraphy font.

什麼是Curse in Calligraphy?

Curse in Calligraphy是由Tagurit Studios開發的Chrome擴展程式,該擴展的主要功能是“Put swear words in a calligraphy font.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Curse in Calligraphy擴展crx文件

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

擴展使用說明

                        This extension does not do anything with slurs because slurs aren't fun.

It also does not support every curse word as the dictionary is hard-coded and I made my best guess as to what words are more and less frequently used as swears.                    

擴展基本資訊

名稱 Curse in Calligraphy Curse in Calligraphy
ID phibbfpngemonhedhaeopnminldbjjfi
官方網址 https://chrome.google.com/webstore/detail/curse-in-calligraphy/phibbfpngemonhedhaeopnminldbjjfi
簡介 Put swear words in a calligraphy font.
檔案大小 87.47 KB
安裝次數 58
目前版本 1.1.2
更新時間 2020-06-25
上架時間 2020-06-25
評分 4.00/5 共 2 次評分
開發者 Tagurit Studios
電子郵箱 [email protected]
付費類型 in_app
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Curse in Calligraphy",
    "version": "1.1.2",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "description": "Put swear words in a calligraphy font.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/fonts.css"
            ],
            "run_at": "document_idle"
        }
    ]
}