domodel-diary
Password protected diary
什么是domodel-diary?
domodel-diary是由https://thoughtsunificator.me开发的Chrome扩展程序,该扩展的主要功能是“Password protected diary”。
扩展截图
下载domodel-diary扩展crx文件
下载domodel-diary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Calendar - Daily notes encrypted using AES - Password Protected To access your diary simply click the extension icon in the toolbar.
扩展基本信息
名称 | domodel-diary |
ID | hncoaagegcdnajffjpkldhfceipfgnnf |
官方URL | https://chromewebstore.google.com/detail/domodel-diary/hncoaagegcdnajffjpkldhfceipfgnnf |
简介 | Password protected diary |
文件大小 | 47.43 KB |
安装次数 | 103 |
当前版本 | 1.6.88 |
更新时间 | 2021-10-25 |
上架时间 | 2020-06-15 |
评分 | 5.00/5 共1次评分 |
开发者 | https://thoughtsunificator.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://thoughtsunificator.me |
帮助页面URL | http://thoughtsunificator.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Password protected diary", "manifest_version": 2, "name": "domodel-diary", "homepage_url": "https:\/\/thoughtsunificator.me", "icons": { "16": "resource\/favicon-16x16.png", "32": "resource\/favicon-32x32.png", "48": "resource\/favicon-48x48.png", "128": "resource\/favicon-128x128.png", "192": "resource\/favicon-192x192.png" }, "browser_action": { "browser_style": false, "default_icon": "resource\/favicon-32x32.png", "default_title": "domodel-diary", "default_popup": "index.html" }, "version": "1.6.88" } |