UpSolve tracker

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

Cos'è UpSolve tracker?

UpSolve tracker è un'estensione di Chrome sviluppata da nilanjanalodh, e la sua funzione principale è "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UpSolve tracker

Scarica i file di estensione UpSolve tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
URL Ufficiale https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Descrizione Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Dimensione del File 129 KB
Conteggio Installazioni 1,697
Versione Corrente 0.02
Ultimo Aggiornamento 2018-05-26
Data di Pubblicazione 2018-05-26
Valutazione 4.68/5 Totale 34 Valutazioni
Sviluppatore nilanjanalodh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}