Witty - your inclusive writing assistant
Writing inclusively in a consistent manner is hard. It's easy with Witty writing assistant. Make the world inclusive. For everyone.
Witty - your inclusive writing assistantคืออะไร?
Witty - your inclusive writing assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://witty.works และคุณลักษณะหลักของมันคือ "Writing inclusively in a consistent manner is hard. It's easy with Witty writing assistant. Make the world inclusive. For everyone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Witty - your inclusive writing assistant
ดาวน์โหลดไฟล์ส่วนขยาย Witty - your inclusive writing assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Writing inclusively in a consistent manner is hard. It's easy with Witty - our AI-based writing assistant that makes the world more inclusive. For everyone. * Supports English and German * Highlights non-inclusive wording * Explains hidden stereotypes behind words * Delivers alternatives for inclusive wording * Detects spelling and grammar errors The free extension prevents you from falling into the trap of unconsciously stereotypical wording or hidden discriminating language. It gives you the know how to write inclusively. And that makes you an actor for change - an actor for a more inclusive world. Witty detects language bias in the following diversity dimensions: Ethnic background, age, gender, faith, sexual orientation, socio-economic background, body capacity. More to come. Witty is user-friendly; it instantly analyzes your text as you type. It doesn’t interrupt your writing flow and it does neither write FOR you nor impose any language. You can accept or deny alternative suggestions as you like. You keep your full freedom in writing. With Witty, our mission is to give you an everyday writing assistant that makes you confident when writing for diverse reader groups. With Witty you can expect the following services: * Write for your diverse target groups: Your readers have many different diverse backgrounds. Witty helps you to choose words that involve everyone and create belonging. * Language evolves: It is difficult to keep up with wordings that may be openly offending or covertly discriminating particular social groups. Witty detects these for you, protecting you from potential conflicts. * Change behavior, word by word: Writing with Witty makes you aware of your own unconscious biases. Being at your side on a daily basis, it helps you to become aware of them and to change your writing and behavior accordingly. Unlike many other digital writing assistants, we do not rely on the data of the web to deliver language rules. Based on scientific studies and working together with special interest groups we develop the vocabulary with a de-biased development process. List of supported languages: * English * German * … more to come
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Witty - your inclusive writing assistant |
ID | meojhlodfiihbjkcnehkdcgncnhgagog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/witty-your-inclusive-writ/meojhlodfiihbjkcnehkdcgncnhgagog |
คำอธิบาย | Writing inclusively in a consistent manner is hard. It's easy with Witty writing assistant. Make the world inclusive. For everyone. |
ขนาดไฟล์ | 959 KB |
จำนวนการติดตั้ง | 1,632 |
เวอร์ชันปัจจุบัน | 1.30.9 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2022-01-26 |
คะแนน | 4.52/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | https://witty.works |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.witty.works/features |
URL หน้าช่วยเหลือ | https://www.witty.works/help |
URL หน้านโยบายความเป็นส่วนตัว | https://www.witty.works/privacy-browser-extension |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.30.9", "default_locale": "en", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/witty.works", "short_name": "Witty", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "Witty Works", "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png" }, "default_title": "Witty", "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ], "css": [ "css\/contentScript.css" ], "all_frames": true }, { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "assets\/googleDocsSupport.js" ], "all_frames": false, "run_at": "document_start" }, { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/mail.google.com\/mail\/*" ], "css": [ "assets\/gmailSpellCheck.css" ] } ], "web_accessible_resources": [ "options.html", "assets\/icons\/w-logo-wire-color.svg", "assets\/icons\/popover\/ignore.svg", "assets\/icons\/popover\/arrow.svg", "assets\/icons\/popover\/settings.svg", "assets\/googleDocsSpellCheck.js" ] } |