Word Switcher
You can easily switch any word in your text with just a click!
Apa itu Word Switcher?
Word Switcher adalah ekstensi Chrome yang dikembangkan oleh samiroph.media, dan fitur utamanya adalah "You can easily switch any word in your text with just a click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Word Switcher
Unduh file ekstensi Word Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
URL Resmi | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Deskripsi | You can easily switch any word in your text with just a click! |
Ukuran File | 12.76 KB |
Jumlah Instalasi | 780 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2023-01-26 |
Tanggal Publikasi | 2023-01-26 |
Pengembang | samiroph.media |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://home.ageandinone.com/ |
URL Halaman Bantuan | https://home.ageandinone.com/contact.html |
Bahasa yang Didukung | 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" ] } ] } |