Coding Interview New Tab
Learn new Computing ideas in every new tab.
O que é Coding Interview New Tab?
Coding Interview New Tab é uma extensão do Chrome desenvolvida por https://iq.opengenus.org, e sua principal característica é "Learn new Computing ideas in every new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Coding Interview New Tab
Baixe arquivos de extensão Coding Interview New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Learn new ideas for Coding Interview on every new tab you open. It will help you get prepared for your Coding Interview gradually. No separate effort needed. It happens on its own subconsciously. This is a MUST USE free tool for long term benefit. Topics include Algorithms and Data Structures. Features: • Works offline. • Shows new one liner knowledge every time you open a new tab. • Customize background and text color to your taste. • Customize font of text (one-liner knowledge and topics) to your taste. • Refresh to new one-liner knowledge while staying in same tab. • Over 10,000 one-liner knowledge (enough for 2 years) (More will be added soon). This extension does NOT collect or handle any information specific to the user. It maintains and respects the privacy of the user. This extension is completely FREE to help you master computing ideas for your upcoming Coding Interview. Best of Luck. Hope you get the job. Learn more about our privacy policy at: https://discourse.opengenus.org/privacy Learn more about this tool: https://iq.opengenus.org/coding-interview-new-tab/
Informações Básicas da Extensão
Nome | Coding Interview New Tab |
ID | nbaehjepepeodakkghpicliegcakiifa |
URL Oficial | https://chromewebstore.google.com/detail/coding-interview-new-tab/nbaehjepepeodakkghpicliegcakiifa |
Descrição | Learn new Computing ideas in every new tab. |
Tamanho do Arquivo | 252 KB |
Contagem de Instalações | 311 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-08-02 |
Data de Publicação | 2021-07-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://iq.opengenus.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://iq.opengenus.org/coding-interview-new-tab/ |
URL da Página de Ajuda | https://discourse.opengenus.org |
URL da Página de Política de Privacidade | https://discourse.opengenus.org/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "author": "Aditya Chatterjee, OpenGenus Team", "chrome_url_overrides": { "newtab": "index.html" }, "description": "Learn new Computing ideas in every new tab.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "Coding Interview New Tab", "offline_enabled": true, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |