Kanban Board
Kanban Board for the New Tab.
Qu'est-ce que Kanban Board ?
Kanban Board est une extension Chrome développée par http://board.wtf, et sa fonction principale est "Kanban Board for the New Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kanban Board
Téléchargez les fichiers d'extension Kanban Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Modern Kanban Board for the Browser Tab with Dark Mode, Drag&Drop Function, Favorites and Standard Rows. Powered by Kanban.board.wtf
Informations de Base sur l'Extension
Nom | |
ID | hbmpnfokclfibaojnffjmncdhiadibjd |
URL Officiel | https://chrome.google.com/webstore/detail/kanban-board/hbmpnfokclfibaojnffjmncdhiadibjd |
Description | Kanban Board for the New Tab. |
Taille du Fichier | 69.43 KB |
Nombre d'Installations | 124 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2021-03-15 |
Date de Publication | 2021-02-02 |
Développeur | http://board.wtf |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kanban.board.wtf |
URL de la Page d'Aide | https://board.wtf/contact |
URL de la Page de Politique de Confidentialité | https://klaetke.com/privacy |
Langues Prises en Charge | 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 } |