Curse in Calligraphy

Put swear words in a calligraphy font.

ما هو Curse in Calligraphy؟

Curse in Calligraphy هو إضافة Chrome تم تطويرها بواسطة Tagurit Studios، والميزة الرئيسية لها هي "Put swear words in a calligraphy font.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Curse in Calligraphy

قم بتنزيل ملفات الامتداد Curse in Calligraphy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
        }
    ]
}