leetcode cheatsheet
刷题小助手,made by 力扣加加
Vad är leetcode cheatsheet?
leetcode cheatsheet är en Chrome-tillägg utvecklad av https://leetcode-solution.cn, och dess huvudfunktion är "刷题小助手,made by 力扣加加".
Tilläggsskärmbilder
Ladda ner leetcode cheatsheet-förlängningens CRX-fil
Ladda ner leetcode cheatsheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
刷题小助手,帮助你高效刷题 , made by 力扣加加(公众号同名) https://github.com/azl397985856/leetcode-cheat Grundläggande Information om Tillägg
| Namn | |
| ID | fniccleejlofifaakbgppmbbcdfjonle |
| Officiell webbadress | https://chromewebstore.google.com/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle |
| Beskrivning | 刷题小助手,made by 力扣加加 |
| Filstorlek | 4.38 MB |
| Antal Installationer | 7,351 |
| Aktuell Version | 0.11.5 |
| Senast Uppdaterad | 2024-02-23 |
| Publiceringsdatum | 2020-12-03 |
| Betyg | 4.60/5 Totalt 10 Betyg |
| Utvecklare | https://leetcode-solution.cn |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://leetcode-solution.cn/download |
| Hjälpsida URL | https://leetcode-solution.cn/download |
| URL till Sekretesspolicy Sidan | https://www.generateprivacypolicy.com/live.php?token=v3NJKMqkc7kTBL0EHCPcdxAeo1seDnWZ |
| Stödda Språk | 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'"
} | |