Timing - a Stopwatch
A simple and reliable stopwatch for your timing needs.
O que é Timing - a Stopwatch?
Timing - a Stopwatch é uma extensão do Chrome desenvolvida por jamespark, e sua principal característica é "A simple and reliable stopwatch for your timing needs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Timing - a Stopwatch
Baixe arquivos de extensão Timing - a Stopwatch 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
Timing is a stopwatch, nothing more, nothing less.
Informações Básicas da Extensão
Nome | |
ID | ipgihpibepibbbfddllapecomgododkg |
URL Oficial | https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg |
Descrição | A simple and reliable stopwatch for your timing needs. |
Tamanho do Arquivo | 135 KB |
Contagem de Instalações | 1,280 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-28 |
Data de Publicação | 2018-08-28 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | jamespark |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timing - a Stopwatch", "short_name": "Stopwatch", "version": "1.0", "description": "A simple and reliable stopwatch for your timing needs.", "author": "James Park", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "proxy.js" ], "persistent": false }, "icons": { "128": "Timing128.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |