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 |
官方網址 | 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" ] } |