Inline PGP
Automatically detects and decrypts PGP messages on a web page
Co je Inline PGP?
Inline PGP je rozšíření Chrome vyvinuté waifutech, a jeho hlavní funkcí je „Automatically detects and decrypts PGP messages on a web page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Inline PGP
Stáhněte si soubory rozšíření Inline PGP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Adds ad-hoc end-to-end encryption to any web application. Use PGP with messengers, forums, comment sections - anything, that has a web interface.
Features:
Detects PGP key and message blocks on any web page and replaces them with a nice UI.
Key management. Generate new or import existing keys.
Encrypts and decrypts text and small files. Základní Informace o Rozšíření
| Název | |
| ID | ilbcgbbjobmcldeiebijihfbndolhbfl |
| Oficiální URL | https://chromewebstore.google.com/detail/inline-pgp/ilbcgbbjobmcldeiebijihfbndolhbfl |
| Popis | Automatically detects and decrypts PGP messages on a web page |
| Velikost souboru | 3.48 MB |
| Počet instalací | 126 |
| Aktuální Verze | 0.1.2 |
| Poslední Aktualizace | 2020-10-07 |
| Datum Vydání | 2019-01-18 |
| Hodnocení | 3.00/5 Celkem 3 Hodnocení |
| Vývojář | waifutech |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/waifutech/inline-pgp |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inline PGP",
"version": "0.1.2",
"description": "Automatically detects and decrypts PGP messages on a web page",
"manifest_version": 2,
"permissions": [
"storage",
"contextMenus"
],
"background": {
"scripts": [
"dist\/background-build.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"dist\/content-build.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"frame.html",
"dist\/frame-build.js",
"dist\/frame-build.css"
]
} | |