UpSolve tracker
Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Vad är UpSolve tracker?
UpSolve tracker är en Chrome-tillägg utvecklad av nilanjanalodh, och dess huvudfunktion är "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".
Tilläggsskärmbilder
Ladda ner UpSolve tracker-förlängningens CRX-fil
Ladda ner UpSolve tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | UpSolve tracker |
ID | gadhgehadcnbmhjkpnjbhjhdbohdokpj |
Officiell webbadress | https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj |
Beskrivning | Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving… |
Filstorlek | 129 KB |
Antal Installationer | 1,697 |
Aktuell Version | 0.02 |
Senast Uppdaterad | 2018-05-26 |
Publiceringsdatum | 2018-05-26 |
Betyg | 4.68/5 Totalt 34 Betyg |
Utvecklare | nilanjanalodh |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |