Word Switcher
You can easily switch any word in your text with just a click!
Was ist Word Switcher?
Word Switcher ist eine Chrome-Erweiterung, die von samiroph.media entwickelt wurde, und ihr Hauptmerkmal ist "You can easily switch any word in your text with just a click!".
Erweiterungsscreenshots
Word Switcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Switcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
Offizielle URL | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Beschreibung | You can easily switch any word in your text with just a click! |
Dateigröße | 12.76 KB |
Installationsanzahl | 780 |
Aktuelle Version | 1 |
Letztes Update | 2023-01-26 |
Veröffentlichungsdatum | 2023-01-26 |
Entwickler | samiroph.media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://home.ageandinone.com/ |
Hilfeseite URL | https://home.ageandinone.com/contact.html |
Unterstützte Sprachen | 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" ] } ] } |