Tasks and notes tab
Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
什么是Tasks and notes tab?
Tasks and notes tab是由gorhawk开发的Chrome扩展程序,该扩展的主要功能是“Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.”。
扩展截图
下载Tasks and notes tab扩展crx文件
下载Tasks and notes tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will NOT replace your new tab. This is intentional. (You could not turn off this permission, but you can set your homepage manually to this extension) This extension uses no third party cloud storage. It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else. Upcoming features: - notes - some hotkeys - undo/redo - multiple task lists - unicode icon/emoji selector - storage usage indicator/settings (Chrome's sync storage is very limited) Source code: https://github.com/gorhawk/chrome-tasks-notes
扩展基本信息
名称 | Tasks and notes tab |
ID | hnpkfibfpjnliookebflfogcgmihcbkc |
官方URL | https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc |
简介 | Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers. |
文件大小 | 618 KB |
安装次数 | 166 |
当前版本 | 0.1.1 |
更新时间 | 2020-05-01 |
上架时间 | 2020-05-01 |
评分 | 3.67/5 共3次评分 |
开发者 | gorhawk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_applicationName__", "description": "__MSG_applicationDescription__", "version": "0.1.1", "default_locale": "en", "browser_action": { "default_icon": "assets\/img\/ic_check_black_24dp_2x.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |