Word Replacer

Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…

O que é Word Replacer?

Word Replacer é uma extensão do Chrome desenvolvida por modulusdevs, e sua principal característica é "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Word Replacer

Baixe arquivos de extensão Word Replacer 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

                        Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.                    

Informações Básicas da Extensão

Nome Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
URL Oficial https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Descrição Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Tamanho do Arquivo 9.34 KB
Contagem de Instalações 1,140
Versão Atual 0.3
Última Atualização 2020-06-12
Data de Publicação 2020-06-12
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor modulusdevs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/milnorms/word-replacer-chrome
URL da Página de Ajuda https://github.com/milnorms/word-replacer-chrome
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word Replacer"
    }
}