KanBanFy - Your NewTab

A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.

O que é KanBanFy - Your NewTab?

KanBanFy - Your NewTab é uma extensão do Chrome desenvolvida por Uday Bhaskar Gajavalli, e sua principal característica é "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão KanBanFy - Your NewTab

Baixe arquivos de extensão KanBanFy - Your NewTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Add Task: You can add your task with title, a link to redirect on click and brief summary of the task.

Drag and Drop the task at ease and deleting the done tasks is one click away.                    

Informações Básicas da Extensão

Nome KanBanFy - Your NewTab KanBanFy - Your NewTab
ID apjgpkebkfoepbfkjmneoogpdlpnmfkp
URL Oficial https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp
Descrição A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
Tamanho do Arquivo 1.91 MB
Contagem de Instalações 16
Versão Atual 1.0
Última Atualização 2021-05-08
Data de Publicação 2021-05-08
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Uday Bhaskar Gajavalli
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KanBanFy - Your NewTab",
    "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}