Assignment Tracker++++
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
什么是Assignment Tracker++++?
Assignment Tracker++++是由ddupont808开发的Chrome扩展程序,该扩展的主要功能是“Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.”。
扩展截图
下载Assignment Tracker++++扩展crx文件
下载Assignment Tracker++++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
Highlight assignments and right click to add to your assignments tracker.
Based off a project of Natalie Stewart (which itself is a fork of a project of Catherine Zeng's);
this is a rewrite with the same set of features but also adds a rich text editor 扩展基本信息
| 名称 | |
| ID | oalpfcadjkoogenomjfheofngijfjncp |
| 官方URL | https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp |
| 简介 | Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments. |
| 文件大小 | 307 KB |
| 安装次数 | 85 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2022-01-24 |
| 上架时间 | 2022-01-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ddupont808 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ddupont808/assignment-tracker-sharp |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Assignment Tracker++++",
"version": "1.0.5",
"manifest_version": 3,
"description": "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.",
"author": "Dillon DuPont",
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "menu.js"
},
"icons": {
"128": "icon128.png",
"32": "icon32.png"
},
"permissions": [
"contextMenus",
"storage"
]
} | |