Chime

Chime improves your time conciousness

Chimeとは何ですか?

ChimeはYuto Tokunagaによって開発されたChromeの拡張機能で、その主な機能は「Chime improves your time conciousness」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chime拡張機能のCRXファイルをダウンロード

Chime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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
}