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 là gì?

Mission Control - Bookmarks & Tasks là một tiện ích mở rộng Chrome được phát triển bởi Surjith S M, và tính năng chính của nó là "Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mission Control - Bookmarks & Tasks

Tải xuống các tệp mở rộng Mission Control - Bookmarks & Tasks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mission Control - Bookmarks & Tasks Mission Control - Bookmarks & Tasks
ID moefgmdpmpkpfiflljmcjgjlmjnjaall
URL Chính Thức https://chromewebstore.google.com/detail/mission-control-bookmarks/moefgmdpmpkpfiflljmcjgjlmjnjaall
Mô tả Turn your New Tab into a Mission Control. Focus on your important tasks and organize your bookmarks.
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-04-04
Ngày Phát Hành 2021-04-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Surjith S M
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mission-control.app/
URL Trang Trợ Giúp https://github.com/surjithctly/mission-control/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}