leetcode cheatsheet

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

leetcode cheatsheet란 무엇입니까?

leetcode cheatsheet은(는) https://leetcode-solution.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "刷题小助手,made by 力扣加加"입니다.

확장 프로그램 스크린샷

screenshot

leetcode cheatsheet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 leetcode cheatsheet leetcode cheatsheet
ID fniccleejlofifaakbgppmbbcdfjonle
공식 URL https://chromewebstore.google.com/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle
설명 刷题小助手,made by 力扣加加
파일 크기 4.38 MB
설치 횟수 7,351
현재 버전 0.11.5
최근 업데이트 2024-02-23
출시 날짜 2020-12-03
평점 4.60/5 총 10 개의 평점
개발자 https://leetcode-solution.cn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://leetcode-solution.cn/download
도움말 페이지 URL https://leetcode-solution.cn/download
개인정보 보호 정책 페이지 URL https://www.generateprivacypolicy.com/live.php?token=v3NJKMqkc7kTBL0EHCPcdxAeo1seDnWZ
지원되는 언어 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'"
}