Beautiful Tea Timer

Make the perfect cup of tea.

Beautiful Tea Timerคืออะไร?

Beautiful Tea Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evade Apps และคุณลักษณะหลักของมันคือ "Make the perfect cup of tea."

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

screenshot
screenshot

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

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

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

                        Without a doubt the best and most beautiful tea timer for Chrome.  Make the perfect cup of tea while working or browsing without worry.  Set custom tea types and times for those exotic teas that you recently ordered from halfway around the world that need to be steeped for exactly 42 seconds.  It's cool, I get it.  You like to be the person drinking tea no one else can find.  I'm right there with you.  Now you can completely customize this timer for your needs.

// NEW FEATURES \\

1.4 - Added ability to customize the tea types, and steep times.  Can now also hide tea types you don't use.                    

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

ชื่อ Beautiful Tea Timer Beautiful Tea Timer
ID heboljfihfjedjifgkjjjlnlflmphkon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beautiful-tea-timer/heboljfihfjedjifgkjjjlnlflmphkon
คำอธิบาย Make the perfect cup of tea.
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 301
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-10-05
วันที่เผยแพร่ 2015-10-05
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Evade Apps
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://evade.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Tea Timer",
    "description": "Make the perfect cup of tea.",
    "version": "1.4",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "assets\/images\/icon-48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery-2.1.4.min.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}