FluffyPuffin File Encryption
FluffyPuffin encrypts any file to a chosen password and will automatically encrypt any download
什麼是FluffyPuffin File Encryption?
FluffyPuffin File Encryption是由downcryptaes開發的Chrome擴展程式,該擴展的主要功能是“FluffyPuffin encrypts any file to a chosen password and will automatically encrypt any download”。
擴展截圖
下載FluffyPuffin File Encryption擴展crx文件
下載FluffyPuffin File Encryption擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
*** FluffyPuffin now comes with a 90 day free trial. *** FluffyPuffin is a simple and powerful tool which automatically encrypts anything you download* to a password of your choosing using 256-Bit AES encryption. This premium version will allow you to encrypt files of any size. *There are no restrictions on which files can be encrypted so if the file is large, the encryption will take a long time. 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 Download Encryption - 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 |
ID | klbknjbjhpikjddjfbmlmmpnhngonljp |
官方網址 | https://chromewebstore.google.com/detail/fluffypuffin-file-encrypt/klbknjbjhpikjddjfbmlmmpnhngonljp |
簡介 | FluffyPuffin encrypts any file to a chosen password and will automatically encrypt any download |
檔案大小 | 722 KB |
安裝次數 | 21 |
目前版本 | 1.1 |
更新時間 | 2014-04-26 |
上架時間 | 2014-04-26 |
評分 | 4.00/5 共 2 次評分 |
開發者 | downcryptaes |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FluffyPuffin File Encryption", "short_name": "FluffyPuffin", "description": "FluffyPuffin encrypts any file 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:\/\/*\/" ] } |