Encrypto-Blog Reader

Decryption extension for Google Chrome.

Encrypto-Blog Reader란 무엇입니까?

Encrypto-Blog Reader은(는) Jamhead에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decryption extension for Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Encrypto-Blog Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}