Make Zero - Text Encryption

Encrypt & decrypt your texts in any site.

Make Zero - Text Encryption क्या है?

Make Zero - Text Encryption zhy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encrypt & decrypt your texts in any site."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        What can it do?
Make Zero can encrypted your texts in any sites. Then your friends can only read it with the same password.

What are the functions?

1. Select the plaintext, right-click to encrypt.
2. Select the ciphertext, right-click to decrypt.
3. Use Ctrl +,  for fast encryption & decryption of selected texts.
4. Double-click the ciphertext segment to decrypt.
5. Ciphertext will be decrypted automatically after pages loaded with automatic-decryption enabled.
6. The content in the input box will automatically become cipher text after the input is completed .
8. The password can be changed.
9. Support different ciphertext styles, currently there are only three, and more will be added later.

Scenes to be used:
1. Prevent normal text discussions from being caught on social platforms such as Twitter and Whatsapp.
2. Encrypt your important notes stored on Net.

It promises that
1. Never obtain and use any personal information and account information of the user.
2. Store password locally only.                    

एक्सटेंशन की मूल जानकारी

नाम Make Zero - Text Encryption Make Zero - Text Encryption
ID ihpcojcdiclghnggnlkcinbmfpomefcc
आधिकारिक URL https://chromewebstore.google.com/detail/make-zero-text-encryption/ihpcojcdiclghnggnlkcinbmfpomefcc
विवरण Encrypt & decrypt your texts in any site.
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 92
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2021-07-14
प्रकाशन तिथि 2021-02-24
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर zhy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sheepzh/make-zero
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.7.0",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "static\/images\/icon.png",
        "48": "static\/images\/icon.png",
        "128": "static\/images\/icon.png"
    },
    "author": "zhy",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/github.com\/sheepzh\/make-zero",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open the popup page."
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_listener.js",
                "content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "static\/popup.html",
        "default_icon": "static\/images\/icon.png"
    },
    "manifest_version": 2
}