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 |
| Eメール | [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"
]
} | |