Permute
Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.
Vad är Permute?
Permute är en Chrome-tillägg utvecklad av Xan, och dess huvudfunktion är "Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene.".
Tilläggsskärmbilder
Ladda ner Permute-förlängningens CRX-fil
Ladda ner Permute-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | gcpmkgaofcchhhbblnloimkfbmmdfglh |
| Officiell webbadress | https://chromewebstore.google.com/detail/permute/gcpmkgaofcchhhbblnloimkfbmmdfglh |
| Beskrivning | Rndlomay petumres all txet on the cnruert pgae, pserevnirg smoe smnelacbe of ssene. |
| Filstorlek | 51.18 KB |
| Antal Installationer | 167 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2015-05-14 |
| Publiceringsdatum | 2015-05-14 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Xan |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/kav2k/permute/issues |
| Stödda Språk | 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"
]
} | |