IPFS Search
A simple tool to search on IPFS.
O que é IPFS Search?
IPFS Search é uma extensão do Chrome desenvolvida por Samuele Marro, e sua principal característica é "A simple tool to search on IPFS.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IPFS Search
Baixe arquivos de extensão IPFS Search 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
This extension allows you to use ipfs-search's API directly from your search bar. Simply type "ipfs" + Tab/Space to activate it. Features: - Instant jump to first result: Simply type Space + Enter and you will be redirected to the first search result on IPFS; - Configurable IPFS gateway: If your workstation doesn't run an IPFS server, you can use a gateway to jump to IPFS pages using http (default gateway: gateway.ipfs.io); - Cached results for faster search.
Informações Básicas da Extensão
Nome | IPFS Search |
ID | lffnkibaadgoclbhfajpnhlobdoomfeh |
URL Oficial | https://chromewebstore.google.com/detail/ipfs-search/lffnkibaadgoclbhfajpnhlobdoomfeh |
Descrição | A simple tool to search on IPFS. |
Tamanho do Arquivo | 25.42 KB |
Contagem de Instalações | 960 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-03-28 |
Data de Publicação | 2021-03-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Samuele Marro |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/samuelemarro/IPFS-Chrome-Search |
URL da Página de Ajuda | https://github.com/samuelemarro/IPFS-Chrome-Search/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPFS Search", "description": "A simple tool to search on IPFS.", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "ipfs" }, "manifest_version": 2, "author": "Samuele Marro", "incognito": "split", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "storage" ] } |