InterviewBit
Leetcode and GeeksforGeeks links in InterviewBit
Cos'è InterviewBit?
InterviewBit è un'estensione di Chrome sviluppata da satviksr, e la sua funzione principale è "Leetcode and GeeksforGeeks links in InterviewBit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InterviewBit
Scarica i file di estensione InterviewBit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.
Informazioni di Base sull'Estensione
Nome | InterviewBit |
ID | healhengajmbpahbgiokccdoemnnlaak |
URL Ufficiale | https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak |
Descrizione | Leetcode and GeeksforGeeks links in InterviewBit |
Dimensione del File | 217 KB |
Conteggio Installazioni | 3,452 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-10-25 |
Data di Pubblicazione | 2020-10-24 |
Valutazione | 4.94/5 Totale 16 Valutazioni |
Sviluppatore | satviksr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/satu0king/InterviewBit-Extension |
Lingue Supportate | 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\/*" ] } |