LeetCode Keeper

A leetcode time keeper.

LeetCode Keeperคืออะไร?

LeetCode Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A leetcode time keeper."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeetCode Keeper

ดาวน์โหลดไฟล์ส่วนขยาย LeetCode Keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A leetcode time keeper.
After installed, it will help to show time on the leetcode problem site and remember it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
คำอธิบาย A leetcode time keeper.
ขนาดไฟล์ 10.04 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-08-11
วันที่เผยแพร่ 2019-08-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode Keeper",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A leetcode time keeper.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*\/"
            ],
            "js": [
                "clock\/insertClock.js"
            ]
        }
    ]
}