Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Что такое Stopwatch?
Stopwatch - это расширение Chrome, разработанное codeware development, и его основная функция - "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Снимки экрана расширения
Скачать файл CRX расширения Stopwatch
Скачайте файлы расширений Stopwatch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
Основная информация о расширении
Название | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Официальный URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Описание | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Размер файла | 72.87 KB |
Количество установок | 1,213 |
Текущая Версия | 1.0.0.1 |
Последнее Обновление | 2018-02-10 |
Дата публикации | 2018-02-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | codeware development |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |