30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
Qu'est-ce que 30k timeline ?
30k timeline est une extension Chrome développée par https://sites.google.com/site/sugasaki, et sa fonction principale est "An extension that shows how many days you have lived (out of 30,000 days).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 30k timeline
Téléchargez les fichiers d'extension 30k timeline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
Informations de Base sur l'Extension
Nom | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
URL Officiel | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
Description | An extension that shows how many days you have lived (out of 30,000 days). |
Taille du Fichier | 1.98 MB |
Nombre d'Installations | 78 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-01-27 |
Date de Publication | 2019-01-26 |
Développeur | https://sites.google.com/site/sugasaki |
Type de Paiement | free |
Site Web de l'Extension | https://youtu.be/O4VftACvHQ4 |
URL de la Page d'Aide | https://youtu.be/O4VftACvHQ4 |
Langues Prises en Charge | 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'" } |