Send to 2Do

A toolbar button to send the current page to 2Do.

Send to 2Do क्या है?

Send to 2Do doctor.tlaloc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A toolbar button to send the current page to 2Do."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send to 2Do एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A toolbar button to send the current Tab 2Do.
This Chrome Extension allows you to easily create tasks in 2Do for the current tab.

It captures the page's URL and any text you might have selected.

Very Customizable:

	* Add Prefix or suffix to Title.
	* Add Prefix or suffix to Note.
	* Select the list where you want to save the tasks.
	* Star / No Star
	* Select Priority
	* Choose whether to send task or edit before sending.

---

- This extension requires the 2Do Mac app to be installed (http://www.2doapp.com/mac/)

- This is not an official 2Do extension. I am not affiliated with 2Do in any way.                    

एक्सटेंशन की मूल जानकारी

नाम Send to 2Do Send to 2Do
ID ijcalcfmadhkblckcfkipmllkdokloic
आधिकारिक URL https://chromewebstore.google.com/detail/send-to-2do/ijcalcfmadhkblckcfkipmllkdokloic
विवरण A toolbar button to send the current page to 2Do.
फ़ाइल का आकार 30.27 KB
स्थापना संख्या 274
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2017-08-14
प्रकाशन तिथि 2017-08-14
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर doctor.tlaloc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/doctor-tlaloc/Send_to_2Do
गोपनीयता नीति पृष्ठ URL https://github.com/doctor-tlaloc/Send_to_2Do/blob/master/Privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to 2Do",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "description": "A toolbar button to send the current page to 2Do.",
    "browser_action": {
        "default_icon": "browser_action.png",
        "default_title": "Send this page to 2Do"
    },
    "background": {
        "scripts": [
            "options.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}