My Diary

Lightweight and Beautiful personal diary.

ما هو My Diary؟

My Diary هو إضافة Chrome تم تطويرها بواسطة Jayesh Cp، والميزة الرئيسية لها هي "Lightweight and Beautiful personal diary.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة My Diary

قم بتنزيل ملفات الامتداد My Diary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Lightweight & Beautiful personal diary.

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

Enjoy !                    

معلومات أساسية عن التمديد

الاسم My Diary My Diary
ID adolnkbfnlkkefhlhnjogliicljjfnip
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip
الوصف Lightweight and Beautiful personal diary.
حجم الملف 432 KB
عدد التثبيتات 7,000
النسخة الحالية 1.0.16
آخر تحديث 2021-03-25
تاريخ النشر 2017-05-22
تقييم 3.69/5 مجموع تقييمات 62
المطور Jayesh Cp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://jayeshcp.wix.com/my-diary
اللغات المدعومة 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
}