InterviewBit
Leetcode and GeeksforGeeks links in InterviewBit
InterviewBit क्या है?
InterviewBit satviksr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leetcode and GeeksforGeeks links in InterviewBit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InterviewBit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.
एक्सटेंशन की मूल जानकारी
नाम | InterviewBit |
ID | healhengajmbpahbgiokccdoemnnlaak |
आधिकारिक URL | https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak |
विवरण | Leetcode and GeeksforGeeks links in InterviewBit |
फ़ाइल का आकार | 217 KB |
स्थापना संख्या | 3,452 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-10-25 |
प्रकाशन तिथि | 2020-10-24 |
रेटिंग | 4.94/5 कुल 16 रेटिंग्स |
डेवलपर | satviksr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/satu0king/InterviewBit-Extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterviewBit", "version": "0.0.1", "manifest_version": 2, "description": "Leetcode and GeeksforGeeks links in InterviewBit", "homepage_url": "https:\/\/www.interviewbit.com\/courses\/programming\/", "icons": { "16": "icons\/ib.png", "48": "icons\/ib.png", "128": "icons\/ib.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.interviewbit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "data\/*", "icons\/*" ] } |