Rot13
Encrypts/Decrypts selected text.
What is Rot13?
Rot13 is a Chrome extension developed by Unknown, and its main feature is "Encrypts/Decrypts selected text.".
Extension Screenshots
Download Rot13 Extension CRX File
Download Rot13 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Right click on any selected text and click Rot13 to encrypt/decrypt it. The encrypted/decrypted text will replace the old on the page.
Extension Basic Information
Name | Rot13 |
ID | bahejodllcomogcpgnidcdaiidfmhomh |
Official URL | https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh |
Description | Encrypts/Decrypts selected text. |
File Size | 8.42 KB |
Installation Count | 1,619 |
Current Version | 1.0.0 |
Last Updated | 2017-01-09 |
Publish Date | 2017-01-08 |
Rating | 3.77/5 Total 13 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/vanchagreen/rot13 |
Help Page URL | https://github.com/vanchagreen/rot13 |
Supported Languages | 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" ] } |