StackIt
Search your queries on Stack Overflow
O que é StackIt?
StackIt é uma extensão do Chrome desenvolvida por Vineeth TR, e sua principal característica é "Search your queries on Stack Overflow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StackIt
Baixe arquivos de extensão StackIt 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
Stack Overflow is a question and answer site for professional and enthusiast programmers. StackIt gets answers from Stack Overflow when stuck with any bug or queries StackIt directly & instantly finds the answer from the stackoverflow for any query that comes up. An easy & effortless way to search precisely from search engine sites when faced with issues.
Informações Básicas da Extensão
Nome | StackIt |
ID | ephnhpaienodfmaldccgjjnohkbembni |
URL Oficial | https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni |
Descrição | Search your queries on Stack Overflow |
Tamanho do Arquivo | 33.43 KB |
Contagem de Instalações | 90 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-08-17 |
Data de Publicação | 2017-10-11 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Vineeth TR |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StackIt", "version": "1.0.2", "description": "Search your queries on Stack Overflow", "author": "[email protected]", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |