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.

Hvad er Bucket List?

Bucket List er en Chrome-udvidelse udviklet af rrsk, og dens hovedfunktion er "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".

Udvidelsesskærmbilleder

screenshot

Download Bucket List-udvidelses-CRX-fil

Download Bucket List-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bucket List Bucket List
ID aeejakgneejppfanncfdigobboabaoci
Officiel URL https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci
Beskrivelse Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
Filstørrelse 308 KB
Antal Installationer 83
Nuværende Version 1.1
Senest Opdateret 2017-10-04
Udgivelsesdato 2017-10-04
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler rrsk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}