Mission Control - Bookmarks & Tasks

Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks.

Mission Control - Bookmarks & Tasks란 무엇입니까?

Mission Control - Bookmarks & Tasks은(는) Surjith S M에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks."입니다.

확장 프로그램 스크린샷

screenshot

Mission Control - Bookmarks & Tasks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mission Control: Organize your bookmarks and manage tasks

Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks like never before using our minimal & easy-to-use Interface.

Focus on your important tasks and get it done

Mission control does not replace your existing todo managers.  Instead, it helps you to focus on your important tasks to improve your productivity so you can have more time with your family or let you walk few miles in the evening.

Never forget your bookmarks

Admit it, you have tried countless bookmark managers but still uses google to search for a website each time you needed. That feeling when you know what you are looking for but forgot the name. We feel it!

Data Privacy.
But you can keep it safe.

Your bookmarks & tasks never leave your system. We don’t collect or sell your personal information. All data are stored locally inside a secure browser storage facility. But you can synchronize your data to your Github so your data is always safe in the event of any unfortunate events.                    

확장 프로그램 기본 정보

이름 Mission Control - Bookmarks & Tasks Mission Control - Bookmarks & Tasks
ID moefgmdpmpkpfiflljmcjgjlmjnjaall
공식 URL https://chromewebstore.google.com/detail/mission-control-bookmarks/moefgmdpmpkpfiflljmcjgjlmjnjaall
설명 Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks.
파일 크기 254 KB
설치 횟수 66
현재 버전 1.0.0
최근 업데이트 2021-04-04
출시 날짜 2021-04-03
평점 5.00/5 총 1 개의 평점
개발자 Surjith S M
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mission-control.app/
도움말 페이지 URL https://github.com/surjithctly/mission-control/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mission Control - Bookmarks & Tasks",
    "author": "Surjith S M",
    "version": "1.0.0",
    "description": "Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks.",
    "permissions": [
        "storage",
        "topSites",
        "notifications",
        "alarms",
        "contextMenus",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "manifest_version": 3,
    "short_name": "Mission Control",
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Open Mission Control"
    }
}