Delightful

A little delight goes a long way. Too much delight ruins the fun.

Delightfulคืออะไร?

Delightful เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Groth และคุณลักษณะหลักของมันคือ "A little delight goes a long way. Too much delight ruins the fun."

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

screenshot
screenshot

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

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

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

                        Are you bored? Just not feeling it at work?

Try Delightful, a Chrome extension that will brighten your day with delights when you complete a task in your project management software.

★★★ Pro tip ★★★
Watch the room light up with joy when you use this in a meeting.
★★★ Pro tip ★★★

Inspired by Asana delights not working for a while.

You'll never know what to expect, but you will get a warm fuzzy dopamine hit when you deserve it the most.

Project management software supported
★ Asana (when you complete a task or subtask)
★ ClickUp (when you complete a task or subtask)
★ Github (when you mark an issue as ) define your own status names
★ Jira (when you mark an issue as ) define your own status names
★ Monday.com (when you mark a task as ) define your own status names
★ Todoist (when you complete a task)
★ Trello (when you drop a card on a list named ) define your own list names
★ Wrike (when you complete a task)

Delights
★ All of the things
★ Baby Yoda
★ Badger Badger Badger
★ Confetti
★ Nyan Cat
★ Party Parrot
★ Smug Thug Pew Pew
★ Success Kid

Extras
★ Spider web background on old tasks (Asana only)

Security & Privacy Notice
★ No data is sent outside of Chrome
★ The only data stored is the Delightful settings which are stored within your own browser.
★ Check the code on Github at any time.                    

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

ชื่อ Delightful Delightful
ID lcpnconeejbcokkmdmlkhenjnkdcioji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delightful/lcpnconeejbcokkmdmlkhenjnkdcioji
คำอธิบาย A little delight goes a long way. Too much delight ruins the fun.
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-11
วันที่เผยแพร่ 2022-02-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Paul Groth
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/paulMrG2/delightful
URL หน้าช่วยเหลือ https://github.com/paulMrG2/delightful/discussions
URL หน้านโยบายความเป็นส่วนตัว https://github.com/paulMrG2/delightful/discussions/18
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_shortName__",
    "description": "__MSG_app_tagline__",
    "version": "1.2.1",
    "version_name": "1.2.1",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/img\/delightful-icon16.png",
        "48": "assets\/img\/delightful-icon48.png",
        "128": "assets\/img\/delightful-icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/delightful-icon16.png",
            "48": "assets\/img\/delightful-icon48.png",
            "128": "assets\/img\/delightful-icon128.png"
        },
        "default_popup": "menu.html",
        "default_title": "__MSG_app_name__"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}