Encrypt Bookmarks
Encrypt your bookmarks
Qu'est-ce que Encrypt Bookmarks ?
Encrypt Bookmarks est une extension Chrome développée par noooz, et sa fonction principale est "Encrypt your bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Encrypt Bookmarks
Téléchargez les fichiers d'extension Encrypt Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | Encrypt Bookmarks |
ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
URL Officiel | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
Description | Encrypt your bookmarks |
Taille du Fichier | 656 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2018-05-22 |
Date de Publication | 2018-05-22 |
Évaluation | 3.33/5 Total 6 Évaluations |
Développeur | noooz |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |