Bucket List

Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.

Cos'è Bucket List?

Bucket List è un'estensione di Chrome sviluppata da rrsk, e la sua funzione principale è "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bucket List

Scarica i file di estensione Bucket List 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

                        We all need motivation to do stuff and get ourselves going, but every time we loose our focus.To help you maintain your priorities this extension allows you save your task/ideas in to-do list while maintaining it across your chrome devices through google account sync automatically.

To keep a measure of time a life clock is added as a new tab page with all your list.I hope that you enjoy it and wait for your feedback.                    

Informazioni di Base sull'Estensione

Nome Bucket List Bucket List
ID aeejakgneejppfanncfdigobboabaoci
URL Ufficiale https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci
Descrizione Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
Dimensione del File 308 KB
Conteggio Installazioni 83
Versione Corrente 1.1
Ultimo Aggiornamento 2017-10-04
Data di Pubblicazione 2017-10-04
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore rrsk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bucket List",
    "description": "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "bucketlist.png",
        "default_title": "Bucket List",
        "default_popup": "popup.html"
    }
}