WHA Quotes & Clock New Tab
Motivation with each new tab
O que é WHA Quotes & Clock New Tab?
WHA Quotes & Clock New Tab é uma extensão do Chrome desenvolvida por https://workhardanywhere.com, e sua principal característica é "Motivation with each new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WHA Quotes & Clock New Tab
Baixe arquivos de extensão WHA Quotes & Clock New Tab 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
Replace the standard new tab and get you fired up each time you open a new tab. Latest version introduces three modes: Dark, Light, and Get Sh*t Done. A product by Work Hard Anywhere™
Informações Básicas da Extensão
Nome | WHA Quotes & Clock New Tab |
ID | mjmdefoccnioblaeicpedekiigfoghbb |
URL Oficial | https://chromewebstore.google.com/detail/wha-quotes-clock-new-tab/mjmdefoccnioblaeicpedekiigfoghbb |
Descrição | Motivation with each new tab |
Tamanho do Arquivo | 14.92 KB |
Contagem de Instalações | 31,012 |
Versão Atual | 0.3.3 |
Última Atualização | 2019-10-06 |
Data de Publicação | 2019-10-06 |
Classificação | 4.84/5 Total de 521 Avaliações |
Desenvolvedor | https://workhardanywhere.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WHA Quotes & Clock New Tab", "description": "Motivation with each new tab", "author": "WHA", "homepage_url": "https:\/\/workhardanywhere.com", "version": "0.3.3", "chrome_url_overrides": { "newtab": "WHAquote.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/source.unsplash.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com ; object-src 'self'" } |