LeetCode/LintCode Helper
This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
什么是LeetCode/LintCode Helper?
LeetCode/LintCode Helper是由Jofen开发的Chrome扩展程序,该扩展的主要功能是“This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems”。
扩展截图
下载LeetCode/LintCode Helper扩展crx文件
下载LeetCode/LintCode Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A handy tool to easy your life when coding on https://www.leetcode.com or http://www.lintcode.com.
- Go to problem solution by a simple click of button.
- Click the button to search for additional solutions if no auto solution found or you are not satisfied with the provided solution. 扩展基本信息
| 名称 | |
| ID | alocjpaahhlgdhhbldfidhlclcipifbo |
| 官方URL | https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo |
| 简介 | This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems |
| 文件大小 | 37.45 KB |
| 安装次数 | 287 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-09-16 |
| 上架时间 | 2018-04-13 |
| 开发者 | Jofen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LeetCode\/LintCode Helper",
"short_name": "LC Helper",
"description": "This extension is a useful helper when you code at LeetCode\/LintCode. It will automatically search solutions for your problems",
"version": "1.2",
"manifest_version": 2,
"background": {
"scripts": [
"common.js",
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "LC.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"declarativeContent",
"http:\/\/www.jiuzhang.com\/*",
"https:\/\/www.jiuzhang.com\/*"
]
} | |