InterviewBit
Leetcode and GeeksforGeeks links in InterviewBit
Co je InterviewBit?
InterviewBit je rozšíření Chrome vyvinuté satviksr, a jeho hlavní funkcí je „Leetcode and GeeksforGeeks links in InterviewBit“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření InterviewBit
Stáhněte si soubory rozšíření InterviewBit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.
Základní Informace o Rozšíření
Název | InterviewBit |
ID | healhengajmbpahbgiokccdoemnnlaak |
Oficiální URL | https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak |
Popis | Leetcode and GeeksforGeeks links in InterviewBit |
Velikost souboru | 217 KB |
Počet instalací | 3,452 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2020-10-25 |
Datum Vydání | 2020-10-24 |
Hodnocení | 4.94/5 Celkem 16 Hodnocení |
Vývojář | satviksr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/satu0king/InterviewBit-Extension |
Podporované Jazyky | 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\/*" ] } |