Permute

Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.

O que é Permute?

Permute é uma extensão do Chrome desenvolvida por Xan, e sua principal característica é "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Permute

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

                        This eoxsteinn rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Fisrt and lsat leterts are prersveed.
Wodrs are petumred in a drienesittmic fohasin: smae wrod wlil porudce smae otuput iisnde one run.

Only wokrs wtih Ltain and Crililyc aplbhtaes for now.

(Note: this is a joke extension and the text above is garbled intentionally; also, it doesn't work on Web Store pages)

2.0: Switched to context menu UI

Source: https://github.com/kav2k/permute/
Logo credit: David Vignoni - http://www.icon-king.com/
Inspired by April Fools prank by http://sumirea.ru/                    

Informações Básicas da Extensão

Nome Permute Permute
ID gcpmkgaofcchhhbblnloimkfbmmdfglh
URL Oficial https://chromewebstore.google.com/detail/permute/gcpmkgaofcchhhbblnloimkfbmmdfglh
Descrição Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Tamanho do Arquivo 51.18 KB
Contagem de Instalações 167
Versão Atual 2.0
Última Atualização 2015-05-14
Data de Publicação 2015-05-14
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Xan
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/kav2k/permute/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Permute",
    "description": "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.",
    "version": "2.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "permute.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "jquery.min.js",
        "permute.js",
        "inject.js"
    ]
}