Private Bookmarker
Private Bookmark app will help you save bookmarks which are password protected.
Qu'est-ce que Private Bookmarker ?
Private Bookmarker est une extension Chrome développée par Murali Krishna Chanda, et sa fonction principale est "Private Bookmark app will help you save bookmarks which are password protected.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Private Bookmarker
Téléchargez les fichiers d'extension Private Bookmarker 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
Private bookmark is a unique bookmark app, which will protect your bookmarks with a password. All your private bookmarks data are encrypted and stored in your local machine. They can only be viewed on providing correct password.
Informations de Base sur l'Extension
Nom | Private Bookmarker |
ID | ioneiaafmcopdbalkdcngmhklemlhfka |
URL Officiel | https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka |
Description | Private Bookmark app will help you save bookmarks which are password protected. |
Taille du Fichier | 366 KB |
Nombre d'Installations | 9,607 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2019-07-24 |
Date de Publication | 2019-07-24 |
Évaluation | 4.23/5 Total 22 Évaluations |
Développeur | Murali Krishna Chanda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Private Bookmarker", "version": "1.4.1", "manifest_version": 2, "description": "Private Bookmark app will help you save bookmarks which are password protected.", "browser_action": { "default_icon": "bookmark.png", "default_popup": "home.html" }, "permissions": [ "http:\/\/code.jquery.com\/*" ], "content_scripts": [ { "js": [ "database.js", "jquery-2.0.3.min.js", "addbookmark.js", "jquery-ui.js", "common.js", "home.js", "passcode.js", "aes.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "offline_enabled": true } |