Word Switcher
You can easily switch any word in your text with just a click!
Word Switcherคืออะไร?
Word Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samiroph.media และคุณลักษณะหลักของมันคือ "You can easily switch any word in your text with just a click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Switcher
ดาวน์โหลดไฟล์ส่วนขยาย Word Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
World Switcher - the ultimate text editing extension for your browser! With World Switcher, you can easily switch any word in your text with just a click. This powerful tool allows you to make quick edits, update outdated language, and improve your writing in real-time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
คำอธิบาย | You can easily switch any word in your text with just a click! |
ขนาดไฟล์ | 12.76 KB |
จำนวนการติดตั้ง | 780 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2023-01-26 |
วันที่เผยแพร่ | 2023-01-26 |
ผู้พัฒนา | samiroph.media |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://home.ageandinone.com/ |
URL หน้าช่วยเหลือ | https://home.ageandinone.com/contact.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily switch any word in your text with just a click!", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "Word Switcher", "default_popup": "popup.html" }, "manifest_version": 3, "name": "Word Switcher", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |