ROT13 Translator
Simple ROT13 translator.
What is ROT13 Translator?
ROT13 Translator is a Chrome extension developed by Jörg Zieren, and its main feature is "Simple ROT13 translator.".
Extension Screenshots
Download ROT13 Translator Extension CRX File
Download ROT13 Translator 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
Plain and simple ROT13 encoder/decoder. Uses a popup window. Translates as you type.
Extension Basic Information
Name | ROT13 Translator |
ID | kaiokcljmjalfflkfjigcamlimhdpnjn |
Official URL | https://chromewebstore.google.com/detail/rot13-translator/kaiokcljmjalfflkfjigcamlimhdpnjn |
Description | Simple ROT13 translator. |
File Size | 10.45 KB |
Installation Count | 151 |
Current Version | 1.0 |
Last Updated | 2012-09-17 |
Publish Date | 2012-09-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Jörg Zieren |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ROT13 Translator", "version": "1.0", "manifest_version": 2, "description": "Simple ROT13 translator.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "ROT13 Translator", "default_icon": "icon48.png", "default_popup": "rot13.html" } } |