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
官方網址 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"
    ]
}