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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |