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.」です。
拡張機能のスクリーンショット
Permute拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |