leetcode cheatsheet

刷题小助手,made by 力扣加加

leetcode cheatsheet là gì?

leetcode cheatsheet là một tiện ích mở rộng Chrome được phát triển bởi https://leetcode-solution.cn, và tính năng chính của nó là "刷题小助手,made by 力扣加加".

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

screenshot

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

Tải xuống các tệp mở rộng leetcode cheatsheet 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

                        刷题小助手,帮助你高效刷题 , made by 力扣加加(公众号同名) https://github.com/azl397985856/leetcode-cheat                    

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

Tên leetcode cheatsheet leetcode cheatsheet
ID fniccleejlofifaakbgppmbbcdfjonle
URL Chính Thức https://chromewebstore.google.com/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle
Mô tả 刷题小助手,made by 力扣加加
Kích Thước Tệp 4.38 MB
Số Lần Cài Đặt 7,351
Phiên Bản Hiện Tại 0.11.5
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-12-03
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://leetcode-solution.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://leetcode-solution.cn/download
URL Trang Trợ Giúp https://leetcode-solution.cn/download
URL Trang Chính Sách Bảo Mật https://www.generateprivacypolicy.com/live.php?token=v3NJKMqkc7kTBL0EHCPcdxAeo1seDnWZ
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "leetcode cheatsheet",
    "description": "\u5237\u9898\u5c0f\u52a9\u624b\uff0cmade by \u529b\u6263\u52a0\u52a0",
    "version": "0.11.5",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "\u529b\u6263\u52a0\u52a0"
    },
    "homepage_url": "https:\/\/leetcode-solution.cn\/download",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/leetcode-cn.com\/*",
                "*:\/\/leetcode.com\/*",
                "*:\/\/leetcode.cn\/*"
            ],
            "js": [
                "\/static\/js\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/js\/content.js"
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'sha256-9HcBuUP35aPkU0991A4mASdsuifTkUlifJ7elThz6Ow=' 'sha256-0Jo\/EYaXS11i7poc\/P9fGcq\/o6P0djny2JW6WivTVVw='; object-src 'self'"
}