Curse in Calligraphy
Put swear words in a calligraphy font.
Wat is Curse in Calligraphy?
Curse in Calligraphy is een Chrome-extensie ontwikkeld door Tagurit Studios, en de belangrijkste functie is "Put swear words in a calligraphy font.".
Extensie Screenshots
Download het CRX-bestand van de extensie Curse in Calligraphy
Download Curse in Calligraphy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | phibbfpngemonhedhaeopnminldbjjfi |
Officiële URL | https://chrome.google.com/webstore/detail/curse-in-calligraphy/phibbfpngemonhedhaeopnminldbjjfi |
Beschrijving | Put swear words in a calligraphy font. |
Bestandsgrootte | 87.47 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-06-25 |
Publicatiedatum | 2020-06-25 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tagurit Studios |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | 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" } ] } |