UpSolve tracker

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

UpSolve tracker là gì?

UpSolve tracker là một tiện ích mở rộng Chrome được phát triển bởi nilanjanalodh, và tính năng chính của nó là "Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UpSolve tracker

Tải xuống các tệp mở rộng UpSolve tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UpSolve tracker UpSolve tracker
ID gadhgehadcnbmhjkpnjbhjhdbohdokpj
URL Chính Thức https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj
Mô tả Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 1,697
Phiên Bản Hiện Tại 0.02
Cập Nhật Lần Cuối 2018-05-26
Ngày Phát Hành 2018-05-26
Đánh Giá 4.68/5 Tổng số 34 Đánh Giá
Nhà Phát Triển nilanjanalodh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}