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 |
公式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 |
Eメール | [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" ] } |