Assignment Tracker++++
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
Assignment Tracker++++คืออะไร?
Assignment Tracker++++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ddupont808 และคุณลักษณะหลักของมันคือ "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Assignment Tracker++++
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |