Curse in Calligraphy
Put swear words in a calligraphy font.
Curse in Calligraphyคืออะไร?
Curse in Calligraphy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tagurit Studios และคุณลักษณะหลักของมันคือ "Put swear words in a calligraphy font."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Curse in Calligraphy
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |