LeetCode Keeper
A leetcode time keeper.
LeetCode Keeper क्या है?
LeetCode Keeper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A leetcode time keeper."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeetCode Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A leetcode time keeper. After installed, it will help to show time on the leetcode problem site and remember it.
एक्सटेंशन की मूल जानकारी
नाम | LeetCode Keeper |
ID | ailghlmigafblkgpmbmhaoggcppmgbgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh |
विवरण | A leetcode time keeper. |
फ़ाइल का आकार | 10.04 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-08-11 |
प्रकाशन तिथि | 2019-08-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode Keeper", "version": "1.1", "manifest_version": 2, "description": "A leetcode time keeper.", "permissions": [ "storage" ], "icons": { "16": "images\/favicon.png", "32": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*\/" ], "js": [ "clock\/insertClock.js" ] } ] } |