My Diary

Lightweight and Beautiful personal diary.

Wat is My Diary?

My Diary is een Chrome-extensie ontwikkeld door Jayesh Cp, en de belangrijkste functie is "Lightweight and Beautiful personal diary.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie My Diary

Download My Diary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Lightweight & Beautiful personal diary.

Saves data locally inside your browser. No ads, no server connection required. Works offline.

Enjoy !                    

Basisinformatie over de Extensie

Naam My Diary My Diary
ID adolnkbfnlkkefhlhnjogliicljjfnip
Officiële URL https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip
Beschrijving Lightweight and Beautiful personal diary.
Bestandsgrootte 432 KB
Aantal Installaties 7,000
Huidige Versie 1.0.16
Laatst Bijgewerkt 2021-03-25
Publicatiedatum 2017-05-22
Beoordeling 3.69/5 Totaal 62 Beoordelingen
Ontwikkelaar Jayesh Cp
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jayeshcp.wix.com/my-diary
Ondersteunde Talen 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
}