Encrypt Bookmarks
Encrypt your bookmarks
Cos'è Encrypt Bookmarks?
Encrypt Bookmarks è un'estensione di Chrome sviluppata da noooz, e la sua funzione principale è "Encrypt your bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Encrypt Bookmarks
Scarica i file di estensione Encrypt Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
| URL Ufficiale | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
| Descrizione | Encrypt your bookmarks |
| Dimensione del File | 656 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 0.1.7 |
| Ultimo Aggiornamento | 2018-05-22 |
| Data di Pubblicazione | 2018-05-22 |
| Valutazione | 3.33/5 Totale 6 Valutazioni |
| Sviluppatore | noooz |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |