My Diary
Lightweight and Beautiful personal diary.
What is My Diary?
My Diary is a Chrome extension developed by Jayesh Cp, and its main feature is "Lightweight and Beautiful personal diary.".
Extension Screenshots
Download My Diary Extension CRX File
Download My 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
Lightweight & Beautiful personal diary. Saves data locally inside your browser. No ads, no server connection required. Works offline. Enjoy !
Extension Basic Information
Name | My Diary |
ID | adolnkbfnlkkefhlhnjogliicljjfnip |
Official URL | https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip |
Description | Lightweight and Beautiful personal diary. |
File Size | 432 KB |
Installation Count | 7,000 |
Current Version | 1.0.16 |
Last Updated | 2021-03-25 |
Publish Date | 2017-05-22 |
Rating | 3.69/5 Total 62 Ratings |
Developer | Jayesh Cp |
[email protected] | |
Payment Type | free |
Extension Website | http://jayeshcp.wix.com/my-diary |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.16", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "author": "Jayesh Chandrapal", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/my-diary\/adolnkbfnlkkefhlhnjogliicljjfnip", "background": { "scripts": [ "background.js" ] }, "permissions": [ "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "images\/diary_128.png", "default_title": "My Diary", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "64": "images\/diary_128.png", "128": "images\/diary_128.png" }, "offline_enabled": true } |