Beautiful Tea Timer

Make the perfect cup of tea.

Beautiful Tea Timer क्या है?

Beautiful Tea Timer Evade Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the perfect cup of tea."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beautiful Tea Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}