Toolbar Clock
Stylish analog clock in your browser toolbar.
O que é Toolbar Clock?
Toolbar Clock é uma extensão do Chrome desenvolvida por Muyor, e sua principal característica é "Stylish analog clock in your browser toolbar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toolbar Clock
Baixe arquivos de extensão Toolbar Clock 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
Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon. To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI. If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).
Informações Básicas da Extensão
Nome | Toolbar Clock |
ID | cemihgihgpjhjdgbebpmckbeonpnffjj |
URL Oficial | https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj |
Descrição | Stylish analog clock in your browser toolbar. |
Tamanho do Arquivo | 61 KB |
Contagem de Instalações | 824 |
Versão Atual | 0.1.3 |
Última Atualização | 2023-11-18 |
Data de Publicação | 2018-04-02 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Muyor |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mybrowseraddon.com/toolbar-clock.html |
URL da Página de Ajuda | https://mybrowseraddon.com/toolbar-clock.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Toolbar Clock", "offline_enabled": true, "description": "Stylish analog clock in your browser toolbar.", "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "contextMenus" ], "action": { "default_title": "Toolbar Clock", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |