Chime
Chime improves your time conciousness
Wat is Chime?
Chime is een Chrome-extensie ontwikkeld door Yuto Tokunaga, en de belangrijkste functie is "Chime improves your time conciousness".
Extensie Screenshots
Download het CRX-bestand van de extensie Chime
Download Chime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        "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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cnfiieljckkcepbljjlienokobmgapnn | 
| Officiële URL | https://chromewebstore.google.com/detail/chime/cnfiieljckkcepbljjlienokobmgapnn | 
| Beschrijving | Chime improves your time conciousness | 
| Bestandsgrootte | 14.61 KB | 
| Aantal Installaties | 547 | 
| Huidige Versie | 0.3.4 | 
| Laatst Bijgewerkt | 2022-01-31 | 
| Publicatiedatum | 2020-04-12 | 
| Beoordeling | 4.82/5 Totaal 11 Beoordelingen | 
| Ontwikkelaar | Yuto Tokunaga | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/yuntan/chime | 
| Help Pagina-URL | https://github.com/yuntan/chime/issues | 
| Ondersteunde Talen | 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
}  |  |