Beautiful Tea Timer

Make the perfect cup of tea.

什麼是Beautiful Tea Timer?

Beautiful Tea Timer是由Evade Apps開發的Chrome擴展程式,該擴展的主要功能是“Make the perfect cup of tea.”。

擴展截圖

screenshot
screenshot

下載Beautiful Tea Timer擴展crx文件

下載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
官方網址 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'"
}