Word Switcher
You can easily switch any word in your text with just a click!
Hvad er Word Switcher?
Word Switcher er en Chrome-udvidelse udviklet af samiroph.media, og dens hovedfunktion er "You can easily switch any word in your text with just a click!".
Udvidelsesskærmbilleder
Download Word Switcher-udvidelses-CRX-fil
Download Word Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
Officiel URL | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Beskrivelse | You can easily switch any word in your text with just a click! |
Filstørrelse | 12.76 KB |
Antal Installationer | 780 |
Nuværende Version | 1 |
Senest Opdateret | 2023-01-26 |
Udgivelsesdato | 2023-01-26 |
Udvikler | samiroph.media |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://home.ageandinone.com/ |
Hjælpeside-URL | https://home.ageandinone.com/contact.html |
Understøttede Sprog | 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" ] } ] } |