Kanban Board

Kanban Board for the New Tab.

What is Kanban Board?

Kanban Board is a Chrome extension developed by http://board.wtf, and its main feature is "Kanban Board for the New Tab.".

Extension Screenshots

screenshot

Download Kanban Board Extension CRX File

Download Kanban Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Powered by Kanban.board.wtf                    

Extension Basic Information

Name Kanban Board Kanban Board
ID hbmpnfokclfibaojnffjmncdhiadibjd
Official URL https://chrome.google.com/webstore/detail/kanban-board/hbmpnfokclfibaojnffjmncdhiadibjd
Description Kanban Board for the New Tab.
File Size 69.43 KB
Installation Count 124
Current Version 1.0.0.1
Last Updated 2021-03-15
Publish Date 2021-02-02
Developer http://board.wtf
Email [email protected]
Payment Type free
Extension Website https://kanban.board.wtf
Help Page URL https://board.wtf/contact
Privacy Policy Page URL https://klaetke.com/privacy
Supported Languages 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
}