Chime

Chime improves your time conciousness

Vad är Chime?

Chime är en Chrome-tillägg utvecklad av Yuto Tokunaga, och dess huvudfunktion är "Chime improves your time conciousness".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chime-förlängningens CRX-fil

Ladda ner Chime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Chime Chime
ID cnfiieljckkcepbljjlienokobmgapnn
Officiell webbadress https://chromewebstore.google.com/detail/chime/cnfiieljckkcepbljjlienokobmgapnn
Beskrivning Chime improves your time conciousness
Filstorlek 14.61 KB
Antal Installationer 547
Aktuell Version 0.3.4
Senast Uppdaterad 2022-01-31
Publiceringsdatum 2020-04-12
Betyg 4.82/5 Totalt 11 Betyg
Utvecklare Yuto Tokunaga
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/yuntan/chime
Hjälpsida URL https://github.com/yuntan/chime/issues
Stödda Språk 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
}