Encrypt Bookmarks
Encrypt your bookmarks
Was ist Encrypt Bookmarks?
Encrypt Bookmarks ist eine Chrome-Erweiterung, die von noooz entwickelt wurde, und ihr Hauptmerkmal ist "Encrypt your bookmarks".
Erweiterungsscreenshots
Encrypt Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Encrypt Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- encrypt some of your bookmarks with a password (visualized by a lock symbol)
- encrypted bookmarks are saved (and synchronized) with your other bookmarks
- encrypt URL and title or only URL.
- you can organize the encrypted bookmarks with the chrome bookmark manager or with drag n drop in the extensions interface Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
| Offizielle URL | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
| Beschreibung | Encrypt your bookmarks |
| Dateigröße | 656 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 0.1.7 |
| Letztes Update | 2018-05-22 |
| Veröffentlichungsdatum | 2018-05-22 |
| Bewertung | 3.33/5 Insgesamt 6 Bewertungen |
| Entwickler | noooz |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Encrypt Bookmarks",
"description": "Encrypt your bookmarks",
"version": "0.1.7",
"icons": {
"128": "icon.png"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"scripts": [
"jquery\/jquery.min.js",
"aes.js",
"background.js"
]
},
"permissions": [
"bookmarks",
"storage",
"tabs"
]
} | |