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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |