Permute

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

Что такое Permute?

Permute - это расширение Chrome, разработанное Xan, и его основная функция - "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Permute

Скачайте файлы расширений Permute в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Permute Permute
ID gcpmkgaofcchhhbblnloimkfbmmdfglh
Официальный URL https://chromewebstore.google.com/detail/permute/gcpmkgaofcchhhbblnloimkfbmmdfglh
Описание Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Размер файла 51.18 KB
Количество установок 167
Текущая Версия 2.0
Последнее Обновление 2015-05-14
Дата публикации 2015-05-14
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Xan
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/kav2k/permute/issues
Поддерживаемые языки 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"
    ]
}