Tab Buddy

Build simple and positive habits one new tab at a time.

Tab Buddyคืออะไร?

Tab Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabbuddy.co และคุณลักษณะหลักของมันคือ "Build simple and positive habits one new tab at a time."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A personal self-care dashboard featuring trackers for water, breath, gratitude, and productivity. The New Tab page reminds you of key habits throughout your workday. By following through on the Tab prompts, you take care of our mascot Tito. 

Tab Buddy is the extension that helps you take care of yourself by taking care of your own character. You receive habit updates every time you open a new tab. Need to drink more water, journal, meditate, or get more done every day? Tito will be your best friend to help you do that. 

• Track how much water you drink
• De-stress with a meditation timer
• Find gratitude through our one-line journal
• Keep track of tasks with our Todo list
• Maintain healthy habits through our habit tracker
• Get instant reminders when you open a new tab
• Customize your daily goals for each habit
• Take care of yourself while helping your friend Tito

Perfect for students and remote workers. Build the habits you want through New Tab reminders. And ultimately build the life you want with these keystone habits. Take care of your buddy, take care of your life. 

Get In Touch
Please email us at: [email protected]                    

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

ชื่อ Tab Buddy Tab Buddy
ID pjflhhfanadalkgkfmbalddhlenafong
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-buddy/pjflhhfanadalkgkfmbalddhlenafong
คำอธิบาย Build simple and positive habits one new tab at a time.
ขนาดไฟล์ 2.26 MB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-07
วันที่เผยแพร่ 2021-09-07
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://tabbuddy.co
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://tabbuddy.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Buddy",
    "description": "Build simple and positive habits one new tab at a time.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon.png",
        "64": "img\/icon.png",
        "32": "img\/icon.png",
        "16": "img\/icon.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "chrome_url_overrides": {
        "newtab": "html\/welcome.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/moment.min.js",
                "js\/moment-timezone.js",
                "js\/util.js",
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/vue.min.js",
                "js\/vuex.js",
                "js\/axios.js",
                "js\/contentscript.js",
                "js\/sweetalert2.js"
            ],
            "css": [
                "css\/sweetalert2.css",
                "css\/jquery-ui.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "audio\/notification_sound.mp3",
        "img\/tito\/*",
        "img\/prev.png",
        "img\/next.png",
        "img\/navigation-empty.png",
        "img\/navigation-selected.png",
        "img\/complete-bar-static.png",
        "html\/settings_form.html"
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}