FluffyPuffin File Encryption Free

FluffyPuffin Free encrypts any file less than 1MB to a chosen password and will automatically encrypt any download

FluffyPuffin File Encryption Free란 무엇입니까?

FluffyPuffin File Encryption Free은(는) downcryptaes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FluffyPuffin Free encrypts any file less than 1MB to a chosen password and will automatically encrypt any download"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FluffyPuffin File Encryption Free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *** This free version limits the size of encrypted files to less than 1MB ***

FluffyPuffin is a simple and powerful tool which automatically encrypts anything you download to a password of your choosing using 256-Bit AES encryption.

Features:
- Automatically encrypt any file you download.
- An encryption page where you can encrypt or decrypt any file on your computer.
- Works with Volt website downloader to provide an enhanced experience - http://goo.gl/Y89ZZU

Instructions:
The first time you download something, a page will load where you will have to input a password to encrypt the file to and click the encrypt button. The password you enter will be stored until Chrome is closed and any other automatic downloads will use the last used password. When a password is stored, Fluffy Puffin will automatically encrypt any future downloads to the stored password (This can be disabled by un-ticking the "Enable Auto Encryption" checkbox found by clicking the application icon on the right of the URL).
You can encrypt or decrypt any file on your computer from the encryption page. To get to the encryption page click the extension icon to the right of the URL and click the "Open Encryption Page" button. On the encryption page: click the "Browse Files" button to select the file, enter the password in the given field, click the "Encrypt" or "Decrypt" button.

Options:
These options are found on the popup opened by clicking on the FluffyPuffin icon to the right of the URL.
- Enable FluffyPuffin - Disabling this will cause the extension to not do anything when an item is downloaded. The encrypt page can still be accessed and will still work.
- Enable Auto Encryption - Disabling this will stop FluffyPuffin from automatically encrypting every download to the last password and instead open the encryption page in a new tab.
- Delete Original Downloads - Disabling this will prevent FluffyPuffin from deleting the unencrypted original downloads.                    

확장 프로그램 기본 정보

이름 FluffyPuffin File Encryption Free FluffyPuffin File Encryption Free
ID moffmaiahemlbjdiekhdfkcmocghohoa
공식 URL https://chromewebstore.google.com/detail/fluffypuffin-file-encrypt/moffmaiahemlbjdiekhdfkcmocghohoa
설명 FluffyPuffin Free encrypts any file less than 1MB to a chosen password and will automatically encrypt any download
파일 크기 678 KB
설치 횟수 216
현재 버전 1.1
최근 업데이트 2014-04-07
출시 날짜 2014-04-07
평점 4.00/5 총 46 개의 평점
개발자 downcryptaes
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FluffyPuffin File Encryption Free",
    "short_name": "FluffyPuffin",
    "description": "FluffyPuffin Free encrypts any file less than 1MB to a chosen password and will automatically encrypt any download",
    "version": "1.1",
    "icons": {
        "16": "icon.png",
        "48": "DowncryptIcon48.png",
        "128": "DowncryptAESIcon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}