Encrypto-Blog Reader

Decryption extension for Google Chrome.

Encrypto-Blog Reader क्या है?

Encrypto-Blog Reader Jamhead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decryption extension for Google Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Encrypto-Blog Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}