Kanban Board

Kanban Board for the New Tab.

Cos'è Kanban Board?

Kanban Board è un'estensione di Chrome sviluppata da http://board.wtf, e la sua funzione principale è "Kanban Board for the New Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kanban Board

Scarica i file di estensione Kanban Board 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

                        Modern Kanban Board for the Browser Tab with Dark Mode, Drag&Drop Function, Favorites and Standard Rows.

Powered by Kanban.board.wtf                    

Informazioni di Base sull'Estensione

Nome Kanban Board Kanban Board
ID hbmpnfokclfibaojnffjmncdhiadibjd
URL Ufficiale https://chrome.google.com/webstore/detail/kanban-board/hbmpnfokclfibaojnffjmncdhiadibjd
Descrizione Kanban Board for the New Tab.
Dimensione del File 69.43 KB
Conteggio Installazioni 124
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2021-03-15
Data di Pubblicazione 2021-02-02
Sviluppatore http://board.wtf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kanban.board.wtf
URL della Pagina di Aiuto https://board.wtf/contact
URL della Pagina della Politica sulla Privacy https://klaetke.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanban Board",
    "version": "1.0.0.1",
    "description": "Kanban Board for the New Tab.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2
}