UpSolve tracker

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

Что такое UpSolve tracker?

UpSolve tracker - это расширение Chrome, разработанное nilanjanalodh, и его основная функция - "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения UpSolve tracker

Скачайте файлы расширений UpSolve tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
Официальный URL https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Описание Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Размер файла 129 KB
Количество установок 1,697
Текущая Версия 0.02
Последнее Обновление 2018-05-26
Дата публикации 2018-05-26
Рейтинг 4.68/5 Всего 34 оценок
Разработчик nilanjanalodh
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}