Rot13

Encrypts/Decrypts selected text.

Cos'è Rot13?

Rot13 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Encrypts/Decrypts selected text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rot13

Scarica i file di estensione Rot13 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

                        Right click on any selected text and click Rot13 to encrypt/decrypt it. The encrypted/decrypted text will replace the old on the page.                    

Informazioni di Base sull'Estensione

Nome Rot13 Rot13
ID bahejodllcomogcpgnidcdaiidfmhomh
URL Ufficiale https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh
Descrizione Encrypts/Decrypts selected text.
Dimensione del File 8.42 KB
Conteggio Installazioni 1,619
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-01-09
Data di Pubblicazione 2017-01-08
Valutazione 3.77/5 Totale 13 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vanchagreen/rot13
URL della Pagina di Aiuto https://github.com/vanchagreen/rot13
Lingue Supportate 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"
    ]
}