Private Bookmarker
Private Bookmark app will help you save bookmarks which are password protected.
什么是Private Bookmarker?
Private Bookmarker是由Murali Krishna Chanda开发的Chrome扩展程序,该扩展的主要功能是“Private Bookmark app will help you save bookmarks which are password protected.”。
扩展截图
下载Private Bookmarker扩展crx文件
下载Private Bookmarker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Private Bookmarker |
ID | ioneiaafmcopdbalkdcngmhklemlhfka |
官方URL | https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka |
简介 | Private Bookmark app will help you save bookmarks which are password protected. |
文件大小 | 366 KB |
安装次数 | 9,607 |
当前版本 | 1.4.1 |
更新时间 | 2019-07-24 |
上架时间 | 2019-07-24 |
评分 | 4.23/5 共22次评分 |
开发者 | Murali Krishna Chanda |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |