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是由nilanjanalodh開發的Chrome擴展程式,該擴展的主要功能是“Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…”。

擴展截圖

screenshot
screenshot
screenshot

下載UpSolve tracker擴展crx文件

下載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
官方網址 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"
    ]
}