IPFS Search
A simple tool to search on IPFS.
Cos'è IPFS Search?
IPFS Search è un'estensione di Chrome sviluppata da Samuele Marro, e la sua funzione principale è "A simple tool to search on IPFS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IPFS Search
Scarica i file di estensione IPFS Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lffnkibaadgoclbhfajpnhlobdoomfeh |
| URL Ufficiale | https://chromewebstore.google.com/detail/ipfs-search/lffnkibaadgoclbhfajpnhlobdoomfeh |
| Descrizione | A simple tool to search on IPFS. |
| Dimensione del File | 25.42 KB |
| Conteggio Installazioni | 960 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-03-28 |
| Data di Pubblicazione | 2021-03-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Samuele Marro |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/samuelemarro/IPFS-Chrome-Search |
| URL della Pagina di Aiuto | https://github.com/samuelemarro/IPFS-Chrome-Search/issues |
| Lingue Supportate | 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"
]
} | |