withub-spotlight-extension
Use WitHub Search from your browser's homepage
O que é withub-spotlight-extension?
withub-spotlight-extension é uma extensão do Chrome desenvolvida por https://getwithub.com, e sua principal característica é "Use WitHub Search from your browser's homepage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão withub-spotlight-extension
Baixe arquivos de extensão withub-spotlight-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
Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.
Informações Básicas da Extensão
Nome | withub-spotlight-extension |
ID | cikbpecmkdjjkjbkcijfcffecfnkkhbh |
URL Oficial | https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh |
Descrição | Use WitHub Search from your browser's homepage |
Tamanho do Arquivo | 110 KB |
Contagem de Instalações | 18 |
Versão Atual | 6.0.3 |
Última Atualização | 2022-11-30 |
Data de Publicação | 2021-04-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://getwithub.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.getwithub.com |
URL da Página de Ajuda | https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b |
URL da Página de Política de Privacidade | https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "withub-spotlight-extension", "version": "6.0.3", "description": "Use WitHub Search from your browser's homepage", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "topSites" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |