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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}