Permute
Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Cos'è Permute?
Permute è un'estensione di Chrome sviluppata da Xan, e la sua funzione principale è "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Permute
Scarica i file di estensione Permute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Permute |
ID | gcpmkgaofcchhhbblnloimkfbmmdfglh |
URL Ufficiale | https://chromewebstore.google.com/detail/permute/gcpmkgaofcchhhbblnloimkfbmmdfglh |
Descrizione | Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene. |
Dimensione del File | 51.18 KB |
Conteggio Installazioni | 167 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2015-05-14 |
Data di Pubblicazione | 2015-05-14 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Xan |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/kav2k/permute/issues |
Lingue Supportate | 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" ] } |