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. 扩展基本信息
| 名称 | |
| ID | mklgjmfdebgjjdfeihbjfjbofhmggjeo |
| 官方URL | 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"
} | |