Permute

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

Co je Permute?

Permute je rozšíření Chrome vyvinuté Xan, a jeho hlavní funkcí je „Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Permute

Stáhněte si soubory rozšíření Permute ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Permute Permute
ID gcpmkgaofcchhhbblnloimkfbmmdfglh
Oficiální URL https://chromewebstore.google.com/detail/permute/gcpmkgaofcchhhbblnloimkfbmmdfglh
Popis Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Velikost souboru 51.18 KB
Počet instalací 167
Aktuální Verze 2.0
Poslední Aktualizace 2015-05-14
Datum Vydání 2015-05-14
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Xan
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/kav2k/permute/issues
Podporované Jazyky 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"
    ]
}