RightTasks for Gmail™

Improved task management in Gmail™

什么是RightTasks for Gmail™?

RightTasks for Gmail™是由https://ghinda.net开发的Chrome扩展程序,该扩展的主要功能是“Improved task management in Gmail™”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载RightTasks for Gmail™扩展crx文件

下载RightTasks for Gmail™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        See your tasks at all times, without getting in the way.

RightTasks shows your Google Tasks sidebar with new features:

* Hide the Applications bar for less distraction.
* Resize the sidebar to fit everything, or take up less space.
* Hide and show the sidebar with a single click.
* Visual tweaks for a clear view of your tasks.

All the official Google Tasks features, like keyboard shortcuts or turning emails into tasks, are still available.

Make sure to reload Gmail after installing the extension.


Permissions

* Read and change your data on mail.google.com

Required for showing the tasks sidebar, hiding the applications bar, the resize and docking functionality.

* Read and change your data on tasks.google.com

Required for visual tweaks in the the tasks sidebar, moving the completed tasks to the bottom, adding the settings button.

* Storage

Required for saving settings.


Privacy

We do not collect any of your personal data. See our privacy policy:
https://github.com/ghinda/righttasks/wiki/Privacy-policy

RightTasks is free software:
https://github.com/ghinda/righttasks

Visit www.righttasks.com for updates.                    

扩展基本信息

名称 RightTasks for Gmail™ RightTasks for Gmail™
ID hgniockidojcaaolfcbbkaaakbjdebpe
官方URL https://chromewebstore.google.com/detail/righttasks-for-gmail/hgniockidojcaaolfcbbkaaakbjdebpe
简介 Improved task management in Gmail™
文件大小 39.84 KB
安装次数 11,343
当前版本 3.1.3
更新时间 2020-06-16
上架时间 2020-06-15
评分 4.54/5 共164次评分
开发者 https://ghinda.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ghinda/righttasks
帮助页面URL https://github.com/ghinda/righttasks
隐私政策页面URL https://github.com/ghinda/righttasks/wiki/Privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RightTasks for Gmail\u2122",
    "description": "Improved task management in Gmail\u2122",
    "version": "3.1.3",
    "icons": {
        "16": "images\/righttasks-icon-16.png",
        "48": "images\/righttasks-icon-48.png",
        "128": "images\/righttasks-icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/tasks.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/tasks.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.css"
    ]
}