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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jofen, και η κύρια λειτουργία του είναι "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LeetCode/LintCode Helper
Λήψη αρχείων επέκτασης 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\/*"
]
} | |