Send to 2Do
A toolbar button to send the current page to 2Do.
什麼是Send to 2Do?
Send to 2Do是由doctor.tlaloc開發的Chrome擴展程式,該擴展的主要功能是“A toolbar button to send the current page to 2Do.”。
擴展截圖
下載Send to 2Do擴展crx文件
下載Send to 2Do擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ijcalcfmadhkblckcfkipmllkdokloic |
官方網址 | 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" ] } |