Popup for Google Tasks

Opens Google Tasks in a popup window.

Cos'è Popup for Google Tasks?

Popup for Google Tasks è un'estensione di Chrome sviluppata da DenverCoder1, e la sua funzione principale è "Opens Google Tasks in a popup window.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Popup for Google Tasks

Scarica i file di estensione Popup for Google Tasks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Popup for Google Tasks Popup for Google Tasks
ID neafpdejiddfkboppdcblgnfngngdeif
URL Ufficiale https://chromewebstore.google.com/detail/popup-for-google-tasks/neafpdejiddfkboppdcblgnfngngdeif
Descrizione Opens Google Tasks in a popup window.
Dimensione del File 180 KB
Conteggio Installazioni 54
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-08-03
Data di Pubblicazione 2023-08-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore DenverCoder1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DenverCoder1/popup-for-google-tasks
Lingue Supportate 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"
    ]
}