Kanban Tab
Turn your new tab into a productivity hub.
Wat is Kanban Tab?
Kanban Tab is een Chrome-extensie ontwikkeld door saidheerajv, en de belangrijkste functie is "Turn your new tab into a productivity hub.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kanban Tab
Download Kanban 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
Kanban Tab turns your new tab into a kanaban board, which helps you list, track and manage all your daily tasks. Basisinformatie over de Extensie
| Naam | |
| ID | lkboogdmcginpacbechkallfoehbhmpd |
| Officiële URL | https://chromewebstore.google.com/detail/kanban-tab/lkboogdmcginpacbechkallfoehbhmpd |
| Beschrijving | Turn your new tab into a productivity hub. |
| Bestandsgrootte | 1.59 MB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-05-04 |
| Publicatiedatum | 2022-05-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | saidheerajv |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kanban Tab",
"description": "Turn your new tab into a productivity hub.",
"version": "1.2",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites"
],
"action": {
"default_icon": {
"16": "assets\/kb-icon-16.png",
"32": "assets\/kb-icon-32.png"
}
},
"icons": {
"16": "assets\/kb-icon-16.png",
"32": "assets\/kb-icon-32.png",
"48": "assets\/kb-icon-48.png",
"128": "assets\/kb-icon-128.png"
}
} | |