Interval Timer
It is a timer that can set the interval.
O que é Interval Timer?
Interval Timer é uma extensão do Chrome desenvolvida por Takashi Suzuki, e sua principal característica é "It is a timer that can set the interval.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Interval Timer
Baixe arquivos de extensão Interval Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
When you set the time, the set timers will run in sequence. It counts in the background and notifies you when it is time. Please use it when you want to concentrate. Interval Timer does not send your data to anywhere. === ver 1.1.1 === Added sound at the end of the alarm.
Informações Básicas da Extensão
Nome | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
URL Oficial | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Descrição | It is a timer that can set the interval. |
Tamanho do Arquivo | 367 KB |
Contagem de Instalações | 1,977 |
Versão Atual | 1.1.2 |
Última Atualização | 2020-11-19 |
Data de Publicação | 2020-04-26 |
Classificação | 4.91/5 Total de 11 Avaliações |
Desenvolvedor | Takashi Suzuki |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/belltreeSzk/chrome-program-timer |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.1.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-16.png", "38": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "notifications" ] } |