30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
Wat is 30k timeline?
30k timeline is een Chrome-extensie ontwikkeld door https://sites.google.com/site/sugasaki, en de belangrijkste functie is "An extension that shows how many days you have lived (out of 30,000 days).".
Extensie Screenshots
Download het CRX-bestand van de extensie 30k timeline
Download 30k timeline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
Basisinformatie over de Extensie
Naam | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
Officiële URL | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
Beschrijving | An extension that shows how many days you have lived (out of 30,000 days). |
Bestandsgrootte | 1.98 MB |
Aantal Installaties | 78 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-01-27 |
Publicatiedatum | 2019-01-26 |
Ontwikkelaar | https://sites.google.com/site/sugasaki |
Betalingswijze | free |
Extensiewebsite | https://youtu.be/O4VftACvHQ4 |
Help Pagina-URL | https://youtu.be/O4VftACvHQ4 |
Ondersteunde Talen | 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'" } |