Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
What is Rot13 Decoder?
Rot13 Decoder is a Chrome extension developed by serolfic, and its main feature is "Simple popup and context menu option for rot13'ing text.".
Extension Screenshots
Download Rot13 Decoder Extension CRX File
Download Rot13 Decoder 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
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text. Useful for spoilers.
Extension Basic Information
Name | Rot13 Decoder |
ID | cclaoeeoihhboonccbalboeoepkdofnb |
Official URL | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
Description | Simple popup and context menu option for rot13'ing text. |
File Size | 6.86 KB |
Installation Count | 315 |
Current Version | 1.0 |
Last Updated | 2014-04-16 |
Publish Date | 2014-04-16 |
Rating | 4.33/5 Total 3 Ratings |
Developer | serolfic |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rot13 Decoder", "description": "Simple popup and context menu option for rot13'ing text.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "rot13icon16.png", "48": "rot13icon48.png" }, "browser_action": { "default_icon": "rot13icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "contextMenuItem.js" ] } } |