30k timeline

An extension that shows how many days you have lived (out of 30,000 days).

¿Qué es 30k timeline?

30k timeline es una extensión de Chrome desarrollada por https://sites.google.com/site/sugasaki, y su función principal es "An extension that shows how many days you have lived (out of 30,000 days).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 30k timeline

Descarga archivos de extensión 30k timeline en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Inspired by Edward Butler 30k

Please see YOUTUBE below for usage
https://youtu.be/O4VftACvHQ4                    

Información Básica de la Extensión

Nombre 30k timeline 30k timeline
ID eajfdahjpfemgkabonmdjongbmhghlah
URL Oficial https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah
Descripción An extension that shows how many days you have lived (out of 30,000 days).
Tamaño del Archivo 1.98 MB
Cantidad de Instalaciones 78
Versión Actual 1.2
Última Actualización 2019-01-27
Fecha de Publicación 2019-01-26
Desarrollador https://sites.google.com/site/sugasaki
Tipo de Pago free
Sitio Web de la Extensión https://youtu.be/O4VftACvHQ4
URL de la Página de Ayuda https://youtu.be/O4VftACvHQ4
Idiomas Soportados 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'"
}