Popup for Google Tasks

Opens Google Tasks in a popup window.

什么是Popup for Google Tasks?

Popup for Google Tasks是由DenverCoder1开发的Chrome扩展程序,该扩展的主要功能是“Opens Google Tasks in a popup window.”。

扩展截图

screenshot
screenshot

下载Popup for Google Tasks扩展crx文件

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

扩展使用说明

                        Creates a button in the extension toolbar for opening Google Tasks in a popup on the side of the screen.

Clicking the extension icon a second time will focus the Google Tasks popup window if it is still open.                    

扩展基本信息

名称 Popup for Google Tasks Popup for Google Tasks
ID neafpdejiddfkboppdcblgnfngngdeif
官方URL https://chromewebstore.google.com/detail/popup-for-google-tasks/neafpdejiddfkboppdcblgnfngngdeif
简介 Opens Google Tasks in a popup window.
文件大小 180 KB
安装次数 54
当前版本 1.0.0
更新时间 2023-08-03
上架时间 2023-08-02
评分 5.00/5 共1次评分
开发者 DenverCoder1
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/DenverCoder1/popup-for-google-tasks
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "offline_enabled": false,
    "name": "Popup for Google Tasks",
    "description": "Opens Google Tasks in a popup window.",
    "version": "1.0.0",
    "author": "Jonah Lawrence",
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Popup for Google Tasks"
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ]
}