Timer

Timer Chrome extention, by Pascal Pirate

Что такое Timer?

Timer - это расширение Chrome, разработанное Pascal Pirate, и его основная функция - "Timer Chrome extention, by Pascal Pirate".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

Основная информация о расширении

Название Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Официальный URL https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Описание Timer Chrome extention, by Pascal Pirate
Размер файла 819 KB
Количество установок 20
Текущая Версия 3.2.1
Последнее Обновление 2017-03-15
Дата публикации 2017-03-15
Разработчик Pascal Pirate
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}