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文件

下载Mission Control - Bookmarks & Tasks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}