Save to 2Do

Save tab or link to 2Do

What is Save to 2Do?

Save to 2Do is a Chrome extension developed by Goran Gligorin, and its main feature is "Save tab or link to 2Do".

Extension Screenshots

screenshot
screenshot
screenshot

Download Save to 2Do Extension CRX File

Download Save to 2Do extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save to 2Do Save to 2Do
ID mklgjmfdebgjjdfeihbjfjbofhmggjeo
Official URL https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo
Description Save tab or link to 2Do
File Size 54.46 KB
Installation Count 166
Current Version 1.0.0
Last Updated 2020-08-14
Publish Date 2020-08-14
Rating 5.00/5 Total 1 Ratings
Developer Goran Gligorin
Email [email protected]
Payment Type free
Extension Website https://github.com/gligoran/save-to-2do
Help Page URL https://github.com/gligoran/save-to-2do/issues
Supported Languages 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"
}