LeetCode Time-tracker
This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…
什麼是LeetCode Time-tracker?
LeetCode Time-tracker是由govardhanasrija開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…”。
擴展截圖
下載LeetCode Time-tracker擴展crx文件
下載LeetCode Time-tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30 minutes to crack it.                     擴展基本資訊
| 名稱 |   |  
| ID | opeoboplngnmolppdopepcocepgcejlg | 
| 官方網址 | https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg | 
| 簡介 | This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30… | 
| 檔案大小 | 3.29 KB | 
| 安裝次數 | 30 | 
| 目前版本 | 0.1 | 
| 更新時間 | 2021-01-27 | 
| 上架時間 | 2021-01-27 | 
| 開發者 | govardhanasrija | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeetCode Time-tracker",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |