Word Switcher

You can easily switch any word in your text with just a click!

¿Qué es Word Switcher?

Word Switcher es una extensión de Chrome desarrollada por samiroph.media, y su función principal es "You can easily switch any word in your text with just a click!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Word Switcher

Descarga archivos de extensión Word Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Word Switcher Word Switcher
ID mmonnalnmgkpgdgclmjlmeigahneeeid
URL Oficial https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid
Descripción You can easily switch any word in your text with just a click!
Tamaño del Archivo 12.76 KB
Cantidad de Instalaciones 780
Versión Actual 1
Última Actualización 2023-01-26
Fecha de Publicación 2023-01-26
Desarrollador samiroph.media
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://home.ageandinone.com/
URL de la Página de Ayuda https://home.ageandinone.com/contact.html
Idiomas Soportados 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"
            ]
        }
    ]
}