Word Switcher

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

O que é Word Switcher?

Word Switcher é uma extensão do Chrome desenvolvida por samiroph.media, e sua principal característica é "You can easily switch any word in your text with just a click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Word Switcher

Baixe arquivos de extensão Word Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Word Switcher Word Switcher
ID mmonnalnmgkpgdgclmjlmeigahneeeid
URL Oficial https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid
Descrição You can easily switch any word in your text with just a click!
Tamanho do Arquivo 12.76 KB
Contagem de Instalações 780
Versão Atual 1
Última Atualização 2023-01-26
Data de Publicação 2023-01-26
Desenvolvedor samiroph.media
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://home.ageandinone.com/
URL da Página de Ajuda https://home.ageandinone.com/contact.html
Idiomas Suportados 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"
            ]
        }
    ]
}