Rot13

Encrypts/Decrypts selected text.

Rot13คืออะไร?

Rot13 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Encrypts/Decrypts selected text."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rot13

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}