Save to 2Do

Save tab or link to 2Do

Wat is Save to 2Do?

Save to 2Do is een Chrome-extensie ontwikkeld door Goran Gligorin, en de belangrijkste functie is "Save tab or link to 2Do".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Save to 2Do

Download Save to 2Do-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save to 2Do Save to 2Do
ID mklgjmfdebgjjdfeihbjfjbofhmggjeo
Officiële URL https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo
Beschrijving Save tab or link to 2Do
Bestandsgrootte 54.46 KB
Aantal Installaties 166
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-14
Publicatiedatum 2020-08-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Goran Gligorin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gligoran/save-to-2do
Help Pagina-URL https://github.com/gligoran/save-to-2do/issues
Ondersteunde Talen 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"
}