Encrypt Bookmarks
Encrypt your bookmarks
Wat is Encrypt Bookmarks?
Encrypt Bookmarks is een Chrome-extensie ontwikkeld door noooz, en de belangrijkste functie is "Encrypt your bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Encrypt Bookmarks
Download Encrypt Bookmarks-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
- 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 Basisinformatie over de Extensie
| Naam | |
| ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
| Officiële URL | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
| Beschrijving | Encrypt your bookmarks |
| Bestandsgrootte | 656 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.1.7 |
| Laatst Bijgewerkt | 2018-05-22 |
| Publicatiedatum | 2018-05-22 |
| Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | noooz |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |