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 |
| 官方網址 | 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\/*"
]
} | |