Encrypt Bookmarks
Encrypt your bookmarks
什么是Encrypt Bookmarks?
Encrypt Bookmarks是由noooz开发的Chrome扩展程序,该扩展的主要功能是“Encrypt your bookmarks”。
扩展截图
下载Encrypt Bookmarks扩展crx文件
下载Encrypt Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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 扩展基本信息
| 名称 | |
| ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
| 官方URL | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
| 简介 | Encrypt your bookmarks |
| 文件大小 | 656 KB |
| 安装次数 | 50 |
| 当前版本 | 0.1.7 |
| 更新时间 | 2018-05-22 |
| 上架时间 | 2018-05-22 |
| 评分 | 3.33/5 共6次评分 |
| 开发者 | noooz |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |