IPFS Search

A simple tool to search on IPFS.

Qu'est-ce que IPFS Search ?

IPFS Search est une extension Chrome développée par Samuele Marro, et sa fonction principale est "A simple tool to search on IPFS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IPFS Search

Téléchargez les fichiers d'extension IPFS Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IPFS Search IPFS Search
ID lffnkibaadgoclbhfajpnhlobdoomfeh
URL Officiel https://chromewebstore.google.com/detail/ipfs-search/lffnkibaadgoclbhfajpnhlobdoomfeh
Description A simple tool to search on IPFS.
Taille du Fichier 25.42 KB
Nombre d'Installations 960
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-03-28
Date de Publication 2021-03-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Samuele Marro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/samuelemarro/IPFS-Chrome-Search
URL de la Page d'Aide https://github.com/samuelemarro/IPFS-Chrome-Search/issues
Langues Prises en Charge 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"
    ]
}