Word Switcher
You can easily switch any word in your text with just a click!
Wat is Word Switcher?
Word Switcher is een Chrome-extensie ontwikkeld door samiroph.media, en de belangrijkste functie is "You can easily switch any word in your text with just a click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Switcher
Download Word Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
Officiële URL | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
Beschrijving | You can easily switch any word in your text with just a click! |
Bestandsgrootte | 12.76 KB |
Aantal Installaties | 780 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2023-01-26 |
Publicatiedatum | 2023-01-26 |
Ontwikkelaar | samiroph.media |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://home.ageandinone.com/ |
Help Pagina-URL | https://home.ageandinone.com/contact.html |
Ondersteunde Talen | 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" ] } ] } |