UpSolve tracker
Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Co to jest UpSolve tracker?
UpSolve tracker to rozszerzenie Chrome opracowane przez nilanjanalodh, a jego główną funkcją jest „Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UpSolve tracker
Pobierz pliki rozszerzeń UpSolve tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | UpSolve tracker |
ID | gadhgehadcnbmhjkpnjbhjhdbohdokpj |
Oficjalny URL | https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj |
Opis | Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving… |
Rozmiar pliku | 129 KB |
Liczba instalacji | 1,697 |
Aktualna Wersja | 0.02 |
Ostatnia Aktualizacja | 2018-05-26 |
Data Publikacji | 2018-05-26 |
Ocena | 4.68/5 Łącznie 34 Oceny |
Deweloper | nilanjanalodh |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |