ROT13 Translator

Simple ROT13 translator.

ROT13 Translatorとは何ですか?

ROT13 TranslatorはJörg Zierenによって開発されたChromeの拡張機能で、その主な機能は「Simple ROT13 translator.」です。

拡張機能のスクリーンショット

screenshot

ROT13 Translator拡張機能のCRXファイルをダウンロード

ROT13 Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Plain and simple ROT13 encoder/decoder. Uses a popup window. Translates as you type.                    

拡張機能の基本情報

名前 ROT13 Translator ROT13 Translator
ID kaiokcljmjalfflkfjigcamlimhdpnjn
公式URL https://chromewebstore.google.com/detail/rot13-translator/kaiokcljmjalfflkfjigcamlimhdpnjn
説明 Simple ROT13 translator.
ファイルサイズ 10.45 KB
インストール数 151
現在のバージョン 1.0
最終更新日 2012-09-17
公開日 2012-09-17
評価 3.50/5 合計 2 レビュー
開発者 Jörg Zieren
支払い方法 free
対応言語 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"
    }
}