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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |