LeetCode Python Assistant
Makes your Python development more efficient on LeetCode.
LeetCode Python Assistant क्या है?
LeetCode Python Assistant fwuensche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes your Python development more efficient on LeetCode."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeetCode Python Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides the user with productivity tools, such as a button for YouTube solutions, automatically filtering Python discussions, sorting them by top rated, and more. That's pretty much it (so far), but contributions are more than welcome at https://github.com/fwuensche/leetcode-chrome-extension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ancmjhdhodjnghpopbhlihpggbgommgk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/leetcode-python-assistant/ancmjhdhodjnghpopbhlihpggbgommgk |
विवरण | Makes your Python development more efficient on LeetCode. |
फ़ाइल का आकार | 213 KB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2018-09-18 |
प्रकाशन तिथि | 2018-09-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | fwuensche |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/fwuensche/leetcode-chrome-extension |
सहायता पृष्ठ URL | http://github.com/fwuensche/leetcode-chrome-extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode Python Assistant", "description": "Makes your Python development more efficient on LeetCode.", "version": "0.1.0", "browser_action": { "default_popup": "search.html", "default_icon": "img\/lc-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*" ], "js": [ "js\/vendor\/jquery.js", "js\/problems.js" ] } ], "icons": { "144": "img\/icon_144.png" }, "manifest_version": 2 } |