Save to 2Do

Save tab or link to 2Do

Cos'è Save to 2Do?

Save to 2Do è un'estensione di Chrome sviluppata da Goran Gligorin, e la sua funzione principale è "Save tab or link to 2Do".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Save to 2Do

Scarica i file di estensione Save to 2Do 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

                        2Do is a personal task manager for macOS, iOS, and Android.

This extension will add a toolbar button that will let you add the current page to your 2Do.

It will also add an item to the right-click menu that will also let you:
- add the current page to your 2Do.
- add a link on the page to your 2Do.                    

Informazioni di Base sull'Estensione

Nome Save to 2Do Save to 2Do
ID mklgjmfdebgjjdfeihbjfjbofhmggjeo
URL Ufficiale https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo
Descrizione Save tab or link to 2Do
Dimensione del File 54.46 KB
Conteggio Installazioni 166
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-08-14
Data di Pubblicazione 2020-08-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Goran Gligorin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gligoran/save-to-2do
URL della Pagina di Aiuto https://github.com/gligoran/save-to-2do/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "browser-action.png",
        "default_title": "Save tab to 2Do"
    },
    "description": "Save tab or link to 2Do",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Save to 2Do",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}