KanBanFy - Your NewTab

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

KanBanFy - Your NewTab란 무엇입니까?

KanBanFy - Your NewTab은(는) Uday Bhaskar Gajavalli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

KanBanFy - Your NewTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 KanBanFy - Your NewTab KanBanFy - Your NewTab
ID apjgpkebkfoepbfkjmneoogpdlpnmfkp
공식 URL https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp
설명 A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
파일 크기 1.91 MB
설치 횟수 16
현재 버전 1.0
최근 업데이트 2021-05-08
출시 날짜 2021-05-08
평점 4.50/5 총 2 개의 평점
개발자 Uday Bhaskar Gajavalli
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
}