UpSolve tracker
Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
UpSolve trackerคืออะไร?
UpSolve tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nilanjanalodh และคุณลักษณะหลักของมันคือ "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UpSolve tracker
ดาวน์โหลดไฟล์ส่วนขยาย UpSolve tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving UpSolve-tracker a try! Upsolve tracker lets you - mark problems for solving later across various sites , and - also lets you add tags to the saved problems - view your pending and solved problems at-a-glance in your dashboard - reminds you the number of pending problems via a badge on the extension icon. More features such as activity graph and alarm are in the pipeline. Stay tuned!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UpSolve tracker |
ID | gadhgehadcnbmhjkpnjbhjhdbohdokpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj |
คำอธิบาย | Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving… |
ขนาดไฟล์ | 129 KB |
จำนวนการติดตั้ง | 1,697 |
เวอร์ชันปัจจุบัน | 0.02 |
อัปเดตครั้งล่าสุด | 2018-05-26 |
วันที่เผยแพร่ | 2018-05-26 |
คะแนน | 4.68/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | nilanjanalodh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UpSolve tracker", "version": "0.02", "browser_action": { "default_icon": "images\/greytick.png", "default_title": "UpSolve tracker", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ] } |