UpSolve tracker

Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…

Was ist UpSolve tracker?

UpSolve tracker ist eine Chrome-Erweiterung, die von nilanjanalodh entwickelt wurde, und ihr Hauptmerkmal ist "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UpSolve tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie UpSolve tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
Offizielle URL https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Beschreibung Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Dateigröße 129 KB
Installationsanzahl 1,697
Aktuelle Version 0.02
Letztes Update 2018-05-26
Veröffentlichungsdatum 2018-05-26
Bewertung 4.68/5 Insgesamt 34 Bewertungen
Entwickler nilanjanalodh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}