Rot13

Encrypts/Decrypts selected text.

Rot13 là gì?

Rot13 là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Encrypts/Decrypts selected text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rot13

Tải xuống các tệp mở rộng Rot13 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rot13 Rot13
ID bahejodllcomogcpgnidcdaiidfmhomh
URL Chính Thức https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh
Mô tả Encrypts/Decrypts selected text.
Kích Thước Tệp 8.42 KB
Số Lần Cài Đặt 1,619
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-01-09
Ngày Phát Hành 2017-01-08
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vanchagreen/rot13
URL Trang Trợ Giúp https://github.com/vanchagreen/rot13
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}