Coding websites Extension
Quickly open your coding website
O que é Coding websites Extension?
Coding websites Extension é uma extensão do Chrome desenvolvida por Shailendra Prajapati, e sua principal característica é "Quickly open your coding website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Coding websites Extension
Baixe arquivos de extensão Coding websites Extension 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
If you frequently use platforms like geeksforgeek, codeforces, hacerrank, hackerearth, leetcode and github for practicing codes or for reading articles, every time you have to type the website name on the browser's search bar. This makes you frustrating and wastes your time too. This chrome extension have shortcuts of all your favorite coding websites, you have to only click on the respective icons and enjoy the learning. This extension saves your time from typing the website names.
Informações Básicas da Extensão
Nome | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
URL Oficial | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Descrição | Quickly open your coding website |
Tamanho do Arquivo | 91.42 KB |
Contagem de Instalações | 100 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-07-14 |
Data de Publicação | 2021-07-13 |
Desenvolvedor | Shailendra Prajapati |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coding websites Extension ", "description": "Quickly open your coding website", "version": "1.1.0", "icons": { "19": "images\/icon_19.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html" } } |