Assistant
Assistant helps you to remember your tasks to complete.
什么是Assistant?
Assistant是由Kalpesh Singh开发的Chrome扩展程序,该扩展的主要功能是“Assistant helps you to remember your tasks to complete.”。
扩展截图
下载Assistant扩展crx文件
下载Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
***It replaces your new tab with shiny todo manager"*** "Assistant" is simple todo manager which helps you to remember small but yet important task. Whenever you open a new tab, you will see "Assistant" reminding your tasks. "Assistant" is fully accessible and works with screen readers. It also provides many creative visual clue to understand your progress at a glance. To make things more interesting, you will see background image changes on refresh. It fetches some high quality photos from Unsplash to make your new tab less dull. Note: "Assistant" developer supports Privacy very strongly. There is NO tracking or analytics script is in this Chrome extension. [Updates 💥]: 1. Blur mode - Now hide your task list when people are around you. Perfect for projector and meeting scenario 2. Win to accessibility - Focus outline on checkboxes [Features ✨]: 1. Fully accessible. 2. You can add tags by using square brackets. Example - "Write an article for @sitepointdotcom on Vue [urgent]". 3. Radial progress bar to get status of progress at a glance.
扩展基本信息
名称 | Assistant |
ID | jepekkbkeoifmhjfejinpeffomahkepk |
官方URL | https://chromewebstore.google.com/detail/assistant/jepekkbkeoifmhjfejinpeffomahkepk |
简介 | Assistant helps you to remember your tasks to complete. |
文件大小 | 643 KB |
安装次数 | 44 |
当前版本 | 1.1.3 |
更新时间 | 2018-10-05 |
上架时间 | 2018-10-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Kalpesh Singh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Assistant", "description": "Assistant helps you to remember your tasks to complete.", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "version": "1.1.3", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |