Permute

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

Permute란 무엇입니까?

Permute은(는) Xan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Permute 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}