Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
Apa itu Rot13 Decoder?
Rot13 Decoder adalah ekstensi Chrome yang dikembangkan oleh serolfic, dan fitur utamanya adalah "Simple popup and context menu option for rot13'ing text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rot13 Decoder
Unduh file ekstensi Rot13 Decoder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text. Useful for spoilers.
Informasi Dasar Ekstensi
Nama | Rot13 Decoder |
ID | cclaoeeoihhboonccbalboeoepkdofnb |
URL Resmi | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
Deskripsi | Simple popup and context menu option for rot13'ing text. |
Ukuran File | 6.86 KB |
Jumlah Instalasi | 315 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-04-16 |
Tanggal Publikasi | 2014-04-16 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | serolfic |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |