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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}