leetcode cheatsheet
刷题小助手,made by 力扣加加
What is leetcode cheatsheet?
leetcode cheatsheet is a Chrome extension developed by https://leetcode-solution.cn, and its main feature is "刷题小助手,made by 力扣加加".
Extension Screenshots
Download leetcode cheatsheet Extension CRX File
Download leetcode cheatsheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
刷题小助手,帮助你高效刷题 , made by 力扣加加(公众号同名) https://github.com/azl397985856/leetcode-cheat
Extension Basic Information
Name | leetcode cheatsheet |
ID | fniccleejlofifaakbgppmbbcdfjonle |
Official URL | https://chromewebstore.google.com/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle |
Description | 刷题小助手,made by 力扣加加 |
File Size | 4.38 MB |
Installation Count | 7,351 |
Current Version | 0.11.5 |
Last Updated | 2024-02-23 |
Publish Date | 2020-12-03 |
Rating | 4.60/5 Total 10 Ratings |
Developer | https://leetcode-solution.cn |
[email protected] | |
Payment Type | free |
Extension Website | https://leetcode-solution.cn/download |
Help Page URL | https://leetcode-solution.cn/download |
Privacy Policy Page URL | https://www.generateprivacypolicy.com/live.php?token=v3NJKMqkc7kTBL0EHCPcdxAeo1seDnWZ |
Supported Languages | 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'" } |