Chime

Chime improves your time conciousness

Chime란 무엇입니까?

Chime은(는) Yuto Tokunaga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chime improves your time conciousness"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "9 o'clock"

Chime reminds you that time passes. It speaks time at 15 mins interval (default).

* Project page: https://github.com/yuntan/chime
* Bug tracker: https://github.com/yuntan/chime/issues

・Setup
Open extension option page and select your favorite language (English or Japanese is recommended but works for the others).

・Acknowledgement
Mentalist season 6 episode 17 "Silver Wings of Time" and FBI analyst Jason Wylie.                    

확장 프로그램 기본 정보

이름 Chime Chime
ID cnfiieljckkcepbljjlienokobmgapnn
공식 URL https://chromewebstore.google.com/detail/chime/cnfiieljckkcepbljjlienokobmgapnn
설명 Chime improves your time conciousness
파일 크기 14.61 KB
설치 횟수 547
현재 버전 0.3.4
최근 업데이트 2022-01-31
출시 날짜 2020-04-12
평점 4.82/5 총 11 개의 평점
개발자 Yuto Tokunaga
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yuntan/chime
도움말 페이지 URL https://github.com/yuntan/chime/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.3.4",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage",
        "idle"
    ],
    "browser_action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2
}