30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
Cos'è 30k timeline?
30k timeline è un'estensione di Chrome sviluppata da https://sites.google.com/site/sugasaki, e la sua funzione principale è "An extension that shows how many days you have lived (out of 30,000 days).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 30k timeline
Scarica i file di estensione 30k timeline in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Inspired by Edward Butler 30k
Please see YOUTUBE below for usage
https://youtu.be/O4VftACvHQ4 Informazioni di Base sull'Estensione
| Nome | |
| ID | eajfdahjpfemgkabonmdjongbmhghlah |
| URL Ufficiale | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
| Descrizione | An extension that shows how many days you have lived (out of 30,000 days). |
| Dimensione del File | 1.98 MB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-01-27 |
| Data di Pubblicazione | 2019-01-26 |
| Sviluppatore | https://sites.google.com/site/sugasaki |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://youtu.be/O4VftACvHQ4 |
| URL della Pagina di Aiuto | https://youtu.be/O4VftACvHQ4 |
| Lingue Supportate | 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'"
} | |