Daily planner

Build an chrome Extension!

Daily plannerคืออะไร?

Daily planner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Bhatt และคุณลักษณะหลักของมันคือ "Build an chrome Extension!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily planner

ดาวน์โหลดไฟล์ส่วนขยาย Daily planner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The best way to plan your day and motivate you to take action!
Organize your day and take action 🚀

Daily Planner was built for you to very easily add your daily action items 🔥
It was built for you to feel rewarded as you go about checking off your tasks 🔥
It was built for you to feel accomplished 🔥

Use Daily Planner for Chrome to:
- Organize your day
- Add websites as action items to visit later
- Easily complete tasks
- View your action progress on the day

Enjoy Daily Planner and let's take action!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Daily planner Daily planner
ID bfgkfjbmnmjjjimejbhjinaedckmknnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daily-planner/bfgkfjbmnmjjjimejbhjinaedckmknnl
คำอธิบาย Build an chrome Extension!
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 285
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-21
วันที่เผยแพร่ 2020-11-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rahul Bhatt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily planner",
    "version": "1.0",
    "description": "Build an chrome Extension!",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons16.png",
            "32": "images\/icons32.png",
            "48": "images\/icons48.png",
            "128": "images\/icons128.png"
        }
    },
    "background": {
        "scripts": [
            "packages\/progressbar.js",
            "packages\/uuidv4.min.js",
            "js\/action2.js",
            "js\/background.js"
        ],
        "persistant": false
    },
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 2
}