Save to 2Do
Save tab or link to 2Do
什麼是Save to 2Do?
Save to 2Do是由Goran Gligorin開發的Chrome擴展程式,該擴展的主要功能是“Save tab or link to 2Do”。
擴展截圖
下載Save to 2Do擴展crx文件
下載Save to 2Do擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Save to 2Do |
ID | mklgjmfdebgjjdfeihbjfjbofhmggjeo |
官方網址 | https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo |
簡介 | Save tab or link to 2Do |
檔案大小 | 54.46 KB |
安裝次數 | 166 |
目前版本 | 1.0.0 |
更新時間 | 2020-08-14 |
上架時間 | 2020-08-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Goran Gligorin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/gligoran/save-to-2do |
說明頁面URL | https://github.com/gligoran/save-to-2do/issues |
支援的語言 | 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" } |