UpSolve tracker

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

O que é UpSolve tracker?

UpSolve tracker é uma extensão do Chrome desenvolvida por nilanjanalodh, e sua principal característica é "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UpSolve tracker

Baixe arquivos de extensão UpSolve tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
URL Oficial https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Descrição Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Tamanho do Arquivo 129 KB
Contagem de Instalações 1,697
Versão Atual 0.02
Última Atualização 2018-05-26
Data de Publicação 2018-05-26
Classificação 4.68/5 Total de 34 Avaliações
Desenvolvedor nilanjanalodh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}