Inline PGP
Automatically detects and decrypts PGP messages on a web page
Wat is Inline PGP?
Inline PGP is een Chrome-extensie ontwikkeld door waifutech, en de belangrijkste functie is "Automatically detects and decrypts PGP messages on a web page".
Extensie Screenshots
Download het CRX-bestand van de extensie Inline PGP
Download Inline PGP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ilbcgbbjobmcldeiebijihfbndolhbfl |
| Officiële URL | https://chromewebstore.google.com/detail/inline-pgp/ilbcgbbjobmcldeiebijihfbndolhbfl |
| Beschrijving | Automatically detects and decrypts PGP messages on a web page |
| Bestandsgrootte | 3.48 MB |
| Aantal Installaties | 126 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2020-10-07 |
| Publicatiedatum | 2019-01-18 |
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | waifutech |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/waifutech/inline-pgp |
| Ondersteunde Talen | 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"
]
} | |