Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
什么是Assignment Tracker?
Assignment Tracker是由Catherine Zeng开发的Chrome扩展程序,该扩展的主要功能是“Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.”。
扩展截图
下载Assignment Tracker扩展crx文件
下载Assignment Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Assignment Tracker substitutes the new tabs page for an notepad which allows users to jot down quick notes and keep track of assignments. Assignment Tracker also allows users to highlight text and save it to their new tabs notepad.
扩展基本信息
名称 | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
官方URL | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
简介 | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
文件大小 | 788 KB |
安装次数 | 377 |
当前版本 | 1.0.0.1 |
更新时间 | 2017-03-11 |
上架时间 | 2017-03-11 |
评分 | 5.00/5 共4次评分 |
开发者 | Catherine Zeng |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Assignment Tracker", "version": "1.0.0.1", "manifest_version": 2, "description": "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.", "author": "Catherine Zeng", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "menu.js" ], "persistent": true }, "icons": { "128": "icon128.png", "32": "icon32.png" }, "permissions": [ "contextMenus", "tabs", "storage" ] } |