BrGP for Chrome

Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.

BrGP for Chrome क्या है?

BrGP for Chrome NeoAtlantis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension adds generic PGP features to your browser without external dependencies.
Beside full management by clicking on an icon added right-top, you may just encrypt
a text by right clicking on any selection in a web page. Decrypting PGP messages you
received is alike.

Features including (1) key management: key generating/importing/exporting (2) message generation: encrypting & signing and (3) message reading: decrypting & verifying.                    

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

नाम BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
आधिकारिक URL https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
विवरण Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
फ़ाइल का आकार 301 KB
स्थापना संख्या 82
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2016-06-19
प्रकाशन तिथि 2016-06-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर NeoAtlantis
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://bitbucket.org/neoatlantis/brgp-chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrGP for Chrome",
    "version": "0.0.5",
    "icons": {
        "48": "resource\/pgp-48.png"
    },
    "description": "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.",
    "author": "NeoAtlantis",
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": "resource\/pgp-32.png",
        "default_title": "BrGP"
    },
    "sandbox": {
        "pages": [
            "brgp\/index.html"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}