Next Todo in New Tab

Shows you the next task to work on

Wat is Next Todo in New Tab?

Next Todo in New Tab is een Chrome-extensie ontwikkeld door https://weekplan.net, en de belangrijkste functie is "Shows you the next task to work on".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Next Todo in New Tab

Download Next Todo in New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        New tab that shows a random gorgeous picture and your next task. 

It integrates with Week Plan to pull down your todo list from your Week Plan account. https://weekplan.net                    

Basisinformatie over de Extensie

Naam Next Todo in New Tab Next Todo in New Tab
ID bamagneapdhjinedbgjdalmcopaongjh
Officiële URL https://chromewebstore.google.com/detail/next-todo-in-new-tab/bamagneapdhjinedbgjdalmcopaongjh
Beschrijving Shows you the next task to work on
Bestandsgrootte 4.82 MB
Aantal Installaties 89
Huidige Versie 0.3
Laatst Bijgewerkt 2018-06-24
Publicatiedatum 2018-06-23
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://weekplan.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://weekplan.net
Help Pagina-URL http://support.weekplan.net
URL van de Privacybeleid Pagina https://wise.pm/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Next Todo in New Tab",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Shows you the next task to work on",
    "icons": {
        "64": "logo64.png",
        "32": "logo32.png",
        "16": "logo16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/api.weekplan.net\/*",
                "http:\/\/api-dev.weekplan.net\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.weekplan.net\/*"
            ],
            "css": [],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}