domodel-diary
Password protected diary
What is domodel-diary?
domodel-diary is a Chrome extension developed by https://thoughtsunificator.me, and its main feature is "Password protected diary".
Extension Screenshots
Download domodel-diary Extension CRX File
Download domodel-diary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features: - Calendar - Daily notes encrypted using AES - Password Protected To access your diary simply click the extension icon in the toolbar.
Extension Basic Information
Name | domodel-diary |
ID | hncoaagegcdnajffjpkldhfceipfgnnf |
Official URL | https://chromewebstore.google.com/detail/domodel-diary/hncoaagegcdnajffjpkldhfceipfgnnf |
Description | Password protected diary |
File Size | 47.43 KB |
Installation Count | 103 |
Current Version | 1.6.88 |
Last Updated | 2021-10-25 |
Publish Date | 2020-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://thoughtsunificator.me |
[email protected] | |
Payment Type | free |
Extension Website | http://thoughtsunificator.me |
Help Page URL | http://thoughtsunificator.me |
Supported Languages | 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" } |