SecureMark
A bookmark encryption tool.
什么是SecureMark?
SecureMark是由MattKrins开发的Chrome扩展程序,该扩展的主要功能是“A bookmark encryption tool.”。
扩展截图
下载SecureMark扩展crx文件
下载SecureMark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is a tool that allows you to encrypt and decrypt your chrome bookmarks. To instantly encrypt, or set a password for later encryption via pressing the extension icon, go to the options page. To restore your bookmarks, again go to the options page and put the password you used to encrypt in the decrypt tab. WARNING: Encrypted bookmarks cannot be restored without the password. Use at your own risk.
扩展基本信息
名称 | SecureMark |
ID | hmakgcpgllangepohipodfjjaeebnikf |
官方URL | https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf |
简介 | A bookmark encryption tool. |
文件大小 | 769 KB |
安装次数 | 95 |
当前版本 | 1.0 |
更新时间 | 2017-09-04 |
上架时间 | 2017-09-04 |
评分 | 5.00/5 共3次评分 |
开发者 | MattKrins |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mattkrins/SecureMark |
帮助页面URL | https://github.com/mattkrins/SecureMark/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "SecureMark", "author": "Matt Krins", "homepage_url": "https:\/\/github.com\/mattkrins\/", "description": "A bookmark encryption tool.", "permissions": [ "bookmarks" ], "options_page": "options.html", "browser_action": { "default_title": "SecureMark", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |