Chime

Chime improves your time conciousness

What is Chime?

Chime is a Chrome extension developed by Yuto Tokunaga, and its main feature is "Chime improves your time conciousness".

Extension Screenshots

screenshot
screenshot

Download Chime Extension CRX File

Download Chime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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.                    

Extension Basic Information

Name Chime Chime
ID cnfiieljckkcepbljjlienokobmgapnn
Official URL https://chromewebstore.google.com/detail/chime/cnfiieljckkcepbljjlienokobmgapnn
Description Chime improves your time conciousness
File Size 14.61 KB
Installation Count 547
Current Version 0.3.4
Last Updated 2022-01-31
Publish Date 2020-04-12
Rating 4.82/5 Total 11 Ratings
Developer Yuto Tokunaga
Email [email protected]
Payment Type free
Extension Website https://github.com/yuntan/chime
Help Page URL https://github.com/yuntan/chime/issues
Supported Languages 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
}