LeetCode/LintCode Helper
This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
Hvad er LeetCode/LintCode Helper?
LeetCode/LintCode Helper er en Chrome-udvidelse udviklet af Jofen, og dens hovedfunktion er "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".
Udvidelsesskærmbilleder
Download LeetCode/LintCode Helper-udvidelses-CRX-fil
Download LeetCode/LintCode Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | LeetCode/LintCode Helper |
ID | alocjpaahhlgdhhbldfidhlclcipifbo |
Officiel URL | https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo |
Beskrivelse | This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems |
Filstørrelse | 37.45 KB |
Antal Installationer | 287 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-09-16 |
Udgivelsesdato | 2018-04-13 |
Udvikler | Jofen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |