Word Swap!

Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…

O que é Word Swap!?

Word Swap! é uma extensão do Chrome desenvolvida por Devan H., e sua principal característica é "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Swap!

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

                        Changes words on webpages to other words!


Switch words or phrases on webpages,  with another words or phrases! 


Have to research somehthing really boring? Swap "The heartworm life cycle" with "Cat meow meow wat?"  


Want to convince a friend you have "hacked" their Facebook account? Give your friends crazy nicknames! 



To add or clear words/phrases:
- Go to your chrome settings
- Click "Extensions" on the left of the page
- Find "Word Swap!" and press "Options" 



*Disclaimer?* It kind of breaks everything if you use small words like 'a'. So, maybe don't do that?                    

Informações Básicas da Extensão

Nome Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
URL Oficial https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Descrição Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Tamanho do Arquivo 47.99 KB
Contagem de Instalações 449
Versão Atual 1.0
Última Atualização 2014-10-11
Data de Publicação 2014-10-11
Classificação 3.47/5 Total de 15 Avaliações
Desenvolvedor Devan H.
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Swap!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq\/jquery-1.11.1.min.js",
                "adlib.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ga.js"
    ],
    "options_page": "options.html"
}