Curse in Calligraphy
Put swear words in a calligraphy font.
Co je Curse in Calligraphy?
Curse in Calligraphy je rozšíření Chrome vyvinuté Tagurit Studios, a jeho hlavní funkcí je „Put swear words in a calligraphy font.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Curse in Calligraphy
Stáhněte si soubory rozšíření Curse in Calligraphy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | phibbfpngemonhedhaeopnminldbjjfi |
Oficiální URL | https://chrome.google.com/webstore/detail/curse-in-calligraphy/phibbfpngemonhedhaeopnminldbjjfi |
Popis | Put swear words in a calligraphy font. |
Velikost souboru | 87.47 KB |
Počet instalací | 58 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2020-06-25 |
Datum Vydání | 2020-06-25 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | Tagurit Studios |
[email protected] | |
Typ Platby | in_app |
Podporované Jazyky | 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" } ] } |