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 هو إضافة 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 للإضافة BrGP for Chrome

قم بتنزيل ملفات الامتداد BrGP for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح 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
عنوان صفحة المساعدة 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:\/\/*\/"
    ]
}