Encrypto-Blog Reader

Decryption extension for Google Chrome.

Encrypto-Blog Readerคืออะไร?

Encrypto-Blog Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamhead และคุณลักษณะหลักของมันคือ "Decryption extension for Google Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Encrypto-Blog Reader

ดาวน์โหลดไฟล์ส่วนขยาย Encrypto-Blog Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For use in conjunction with:
https://chrome.google.com/webstore/detail/encrypto-blog-writer/abdogbkdaofidplnchileepabhimdnod

- Decrypt easily messages shared with the "Encrypto-Blog Writer" extension
- No signing up required!
- Simple, quick and easy to use!

How to use:
Step 1: Get a password.
Your userID is in the settings page. Send this to whoever sent you encrypted messages and they'll give you a password for it! Simples!

Step 2: Decrypt a message.
Just copy and paste the encrypted message into the text area and click decrypt!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Encrypto-Blog Reader Encrypto-Blog Reader
ID codjdpidpokicflnohcfdjfcanliipoe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe
คำอธิบาย Decryption extension for Google Chrome.
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2013-07-07
วันที่เผยแพร่ 2013-07-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jamhead
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Encrypto-Blog Reader",
    "description": "Decryption extension for Google Chrome.",
    "version": "1.4.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/heuuuth.blogspot.ie\/*"
            ],
            "js": [
                "myHeuuuthScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "key.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "http:\/\/heuuuth.blogspot.ie\/",
        "tabs",
        "notifications"
    ]
}