Rot13 Decoder

Simple popup and context menu option for rot13'ing text.

Rot13 Decoderとは何ですか?

Rot13 Decoderはserolficによって開発されたChromeの拡張機能で、その主な機能は「Simple popup and context menu option for rot13'ing text.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text.

Useful for spoilers.                    

拡張機能の基本情報

名前 Rot13 Decoder Rot13 Decoder
ID cclaoeeoihhboonccbalboeoepkdofnb
公式URL https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb
説明 Simple popup and context menu option for rot13'ing text.
ファイルサイズ 6.86 KB
インストール数 315
現在のバージョン 1.0
最終更新日 2014-04-16
公開日 2014-04-16
評価 4.33/5 合計 3 レビュー
開発者 serolfic
支払い方法 free
対応言語 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"
        ]
    }
}