Chime

Chime improves your time conciousness

Что такое Chime?

Chime - это расширение Chrome, разработанное Yuto Tokunaga, и его основная функция - "Chime improves your time conciousness".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Chime

Скачайте файлы расширений 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
Электронная почта [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
}