Rot13
Encrypts/Decrypts selected text.
Wat is Rot13?
Rot13 is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Encrypts/Decrypts selected text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rot13
Download Rot13-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Right click on any selected text and click Rot13 to encrypt/decrypt it. The encrypted/decrypted text will replace the old on the page.
Basisinformatie over de Extensie
Naam | Rot13 |
ID | bahejodllcomogcpgnidcdaiidfmhomh |
Officiële URL | https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh |
Beschrijving | Encrypts/Decrypts selected text. |
Bestandsgrootte | 8.42 KB |
Aantal Installaties | 1,619 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-01-09 |
Publicatiedatum | 2017-01-08 |
Beoordeling | 3.77/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/vanchagreen/rot13 |
Help Pagina-URL | https://github.com/vanchagreen/rot13 |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rot13", "description": "Encrypts\/Decrypts selected text.", "version": "1.0.0", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab" ] } |