30k

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

Cos'è 30k?

30k è un'estensione di Chrome sviluppata da edwardobutler, e la sua funzione principale è "An extension that shows how many days you have lived (out of 30,000 days).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 30k

Scarica i file di estensione 30k 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

                        You are given 30,000 days to live the life that you want to live. How many days down are you? This extension will remind you each time you open a new chrome window!                    

Informazioni di Base sull'Estensione

Nome 30k 30k
ID olbpglaibapheinfojhgiaenneioilpn
URL Ufficiale https://chromewebstore.google.com/detail/30k/olbpglaibapheinfojhgiaenneioilpn
Descrizione An extension that shows how many days you have lived (out of 30,000 days).
Dimensione del File 526 KB
Conteggio Installazioni 2,133
Versione Corrente 1.0
Ultimo Aggiornamento 2018-12-24
Data di Pubblicazione 2018-12-23
Valutazione 4.70/5 Totale 10 Valutazioni
Sviluppatore edwardobutler
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "30k",
    "description": "An extension that shows how many days you have lived (out of 30,000 days).",
    "version": "1.0",
    "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'"
}