Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
O que é Clock Tab by Scamah?
Clock Tab by Scamah é uma extensão do Chrome desenvolvida por https://tuxedopigeon.us, e sua principal característica é "This plugin will replace the default new tab with a customizeable clock and date.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clock Tab by Scamah
Baixe arquivos de extensão Clock Tab by Scamah 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
This plugin will replace the default new tab with a customizeable clock and date. Clock Tab is a simplistic and functional new tab clock extension. Clock Tab's customization options for color and font are intuitive and easy to use. It also allows users to more easily access time when in an entirely full screen browser window. Currently Working on: - Adding more themes and fonts. - Better Screenshots!
Informações Básicas da Extensão
Nome | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
URL Oficial | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
Descrição | This plugin will replace the default new tab with a customizeable clock and date. |
Tamanho do Arquivo | 10.95 KB |
Contagem de Instalações | 40 |
Versão Atual | 3.3 |
Última Atualização | 2021-08-03 |
Data de Publicação | 2020-02-28 |
Desenvolvedor | https://tuxedopigeon.us |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Tab by Scamah", "description": "This plugin will replace the default new tab with a customizeable clock and date.", "version": "3.3", "incognito": "split", "chrome_url_overrides": { "newtab": "clockTab.html" }, "web_accessible_resources": [ "*.png", "*.ttf" ], "manifest_version": 2, "icons": { "16": "Icon\/Icon16.png", "48": "Icon\/Icon48.png", "128": "Icon\/Icon128.png" } } |