30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
Vad är 30k timeline?
30k timeline är en Chrome-tillägg utvecklad av https://sites.google.com/site/sugasaki, och dess huvudfunktion är "An extension that shows how many days you have lived (out of 30,000 days).".
Tilläggsskärmbilder
Ladda ner 30k timeline-förlängningens CRX-fil
Ladda ner 30k timeline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
Grundläggande Information om Tillägg
Namn | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
Officiell webbadress | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
Beskrivning | An extension that shows how many days you have lived (out of 30,000 days). |
Filstorlek | 1.98 MB |
Antal Installationer | 78 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-01-27 |
Publiceringsdatum | 2019-01-26 |
Utvecklare | https://sites.google.com/site/sugasaki |
Betalningssätt | free |
Tilläggswebbplats | https://youtu.be/O4VftACvHQ4 |
Hjälpsida URL | https://youtu.be/O4VftACvHQ4 |
Stödda Språk | 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'" } |