UpSolve tracker

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

What is UpSolve tracker?

UpSolve tracker is a Chrome extension developed by nilanjanalodh, and its main feature is "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Extension Screenshots

screenshot
screenshot
screenshot

Download UpSolve tracker Extension CRX File

Download UpSolve tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
Official URL https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Description Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
File Size 129 KB
Installation Count 1,697
Current Version 0.02
Last Updated 2018-05-26
Publish Date 2018-05-26
Rating 4.68/5 Total 34 Ratings
Developer nilanjanalodh
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}