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
Eメール [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"
    ]
}