File Guard (Encryptor | Decryptor)

Encrypt or decrypt any file with just one click inside your browser!

File Guard (Encryptor | Decryptor)คืออะไร?

File Guard (Encryptor | Decryptor) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loora และคุณลักษณะหลักของมันคือ "Encrypt or decrypt any file with just one click inside your browser!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Guard (Encryptor | Decryptor)

ดาวน์โหลดไฟล์ส่วนขยาย File Guard (Encryptor | Decryptor) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        File Guard (Encryptor | Decryptor) is an extension that helps you easily secure your file(s) with the browser's built-in crypto API. 

This add-on has a simple and easy-to-use UI. Simply add it to your browser and start using it without any additional plugins. (1) load your file, (2) set a password, and (3) press on the encrypt/decrypt button. File Guard uses the new encryption API (WebCryptoAPI) which is built-in to your browser by default. If you want to encrypt a file, please first browser your file (drag & drop or use the file selector), then enter a password (2 times) and finally click on the - Encrypt - button. The add-on starts the encryption process and downloads the encrypted file to your machine automatically. Please do the same procedure for decryption purposes. 

Note: this addon is only designed for encrypting a "single" file. If you have a folder with multiple files or folders in it, please first "compress" your files to a single ".zip" file and then encrypt the compressed file with this add-on. Please note that File Guard can encrypt any file format with any size.

Note: if you forget the encryption password, you will not be able to recover (decrypt) your file with this add-on. Therefore, it is very important to keep your password in a safe place.

If you see any bug or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/file-encryptor.html).                    

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

ชื่อ File Guard (Encryptor | Decryptor) File Guard (Encryptor | Decryptor)
ID hffpkobhcahdmmafhahfoljjaiccpjek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/file-guard-encryptor-decr/hffpkobhcahdmmafhahfoljjaiccpjek
คำอธิบาย Encrypt or decrypt any file with just one click inside your browser!
ขนาดไฟล์ 24.78 KB
จำนวนการติดตั้ง 800
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2022-04-05
วันที่เผยแพร่ 2019-08-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา loora
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/file-encryptor.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/file-encryptor.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "file-encryptor",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "File Guard (Encryptor | Decryptor)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/file-encryptor.html",
    "description": "Encrypt or decrypt any file with just one click inside your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "File Guard (Encryptor | Decryptor)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}