leetcode cheatsheet
刷题小助手,made by 力扣加加
什麼是leetcode cheatsheet?
leetcode cheatsheet是由https://leetcode-solution.cn開發的Chrome擴展程式,該擴展的主要功能是“刷题小助手,made by 力扣加加”。
擴展截圖
下載leetcode cheatsheet擴展crx文件
下載leetcode cheatsheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
刷题小助手,帮助你高效刷题 , made by 力扣加加(公众号同名) https://github.com/azl397985856/leetcode-cheat
擴展基本資訊
名稱 | leetcode cheatsheet |
ID | fniccleejlofifaakbgppmbbcdfjonle |
官方網址 | 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'" } |