30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
O que é 30k timeline?
30k timeline é uma extensão do Chrome desenvolvida por https://sites.google.com/site/sugasaki, e sua principal característica é "An extension that shows how many days you have lived (out of 30,000 days).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 30k timeline
Baixe arquivos de extensão 30k timeline 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
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
Informações Básicas da Extensão
Nome | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
URL Oficial | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
Descrição | An extension that shows how many days you have lived (out of 30,000 days). |
Tamanho do Arquivo | 1.98 MB |
Contagem de Instalações | 78 |
Versão Atual | 1.2 |
Última Atualização | 2019-01-27 |
Data de Publicação | 2019-01-26 |
Desenvolvedor | https://sites.google.com/site/sugasaki |
Tipo de Pagamento | free |
Site da Extensão | https://youtu.be/O4VftACvHQ4 |
URL da Página de Ajuda | https://youtu.be/O4VftACvHQ4 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "30k timeline", "short_name": "React App", "description": "An extension that shows how many days you have lived (out of 30,000 days).", "version": "1.2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |