Curse in Calligraphy
Put swear words in a calligraphy font.
Hvad er Curse in Calligraphy?
Curse in Calligraphy er en Chrome-udvidelse udviklet af Tagurit Studios, og dens hovedfunktion er "Put swear words in a calligraphy font.".
Udvidelsesskærmbilleder
Download Curse in Calligraphy-udvidelses-CRX-fil
Download Curse in Calligraphy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | phibbfpngemonhedhaeopnminldbjjfi |
Officiel URL | https://chrome.google.com/webstore/detail/curse-in-calligraphy/phibbfpngemonhedhaeopnminldbjjfi |
Beskrivelse | Put swear words in a calligraphy font. |
Filstørrelse | 87.47 KB |
Antal Installationer | 58 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2020-06-25 |
Udgivelsesdato | 2020-06-25 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | Tagurit Studios |
[email protected] | |
Betalingsmetode | in_app |
Understøttede Sprog | 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" } ] } |