Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
Cos'è Rot13 Decoder?
Rot13 Decoder è un'estensione di Chrome sviluppata da serolfic, e la sua funzione principale è "Simple popup and context menu option for rot13'ing text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rot13 Decoder
Scarica i file di estensione Rot13 Decoder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text.
Useful for spoilers. Informazioni di Base sull'Estensione
| Nome | |
| ID | cclaoeeoihhboonccbalboeoepkdofnb |
| URL Ufficiale | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
| Descrizione | Simple popup and context menu option for rot13'ing text. |
| Dimensione del File | 6.86 KB |
| Conteggio Installazioni | 315 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-04-16 |
| Data di Pubblicazione | 2014-04-16 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | serolfic |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |