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 |
| 官方網址 | 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"
]
} | |