Rot13

Encrypts/Decrypts selected text.

什麼是Rot13?

Rot13是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Encrypts/Decrypts selected text.”。

擴展截圖

screenshot
screenshot

下載Rot13擴展crx文件

下載Rot13擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Rot13 Rot13
ID bahejodllcomogcpgnidcdaiidfmhomh
官方網址 https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh
簡介 Encrypts/Decrypts selected text.
檔案大小 8.42 KB
安裝次數 1,619
目前版本 1.0.0
更新時間 2017-01-09
上架時間 2017-01-08
評分 3.77/5 共 13 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/vanchagreen/rot13
說明頁面URL https://github.com/vanchagreen/rot13
支援的語言 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"
    ]
}