My Diary
Lightweight and Beautiful personal diary.
Hvad er My Diary?
My Diary er en Chrome-udvidelse udviklet af Jayesh Cp, og dens hovedfunktion er "Lightweight and Beautiful personal diary.".
Udvidelsesskærmbilleder
Download My Diary-udvidelses-CRX-fil
Download My Diary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Lightweight & Beautiful personal diary.
Saves data locally inside your browser. No ads, no server connection required. Works offline.
Enjoy ! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | adolnkbfnlkkefhlhnjogliicljjfnip |
| Officiel URL | https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip |
| Beskrivelse | Lightweight and Beautiful personal diary. |
| Filstørrelse | 432 KB |
| Antal Installationer | 7,000 |
| Nuværende Version | 1.0.16 |
| Senest Opdateret | 2021-03-25 |
| Udgivelsesdato | 2017-05-22 |
| Bedømmelse | 3.69/5 Samlet 62 Bedømmelser |
| Udvikler | Jayesh Cp |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://jayeshcp.wix.com/my-diary |
| Understøttede Sprog | 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
} | |