Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
Wat is Rot13 Decoder?
Rot13 Decoder is een Chrome-extensie ontwikkeld door serolfic, en de belangrijkste functie is "Simple popup and context menu option for rot13'ing text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rot13 Decoder
Download Rot13 Decoder-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
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text. Useful for spoilers.
Basisinformatie over de Extensie
Naam | Rot13 Decoder |
ID | cclaoeeoihhboonccbalboeoepkdofnb |
Officiële URL | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
Beschrijving | Simple popup and context menu option for rot13'ing text. |
Bestandsgrootte | 6.86 KB |
Aantal Installaties | 315 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-04-16 |
Publicatiedatum | 2014-04-16 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | serolfic |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |