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 |
Eメール | [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" } ] } |