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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } ] } |