IPFS Search

A simple tool to search on IPFS.

什么是IPFS Search?

IPFS Search是由Samuele Marro开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to search on IPFS.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载IPFS Search扩展crx文件

下载IPFS Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IPFS Search IPFS Search
ID lffnkibaadgoclbhfajpnhlobdoomfeh
官方URL https://chromewebstore.google.com/detail/ipfs-search/lffnkibaadgoclbhfajpnhlobdoomfeh
简介 A simple tool to search on IPFS.
文件大小 25.42 KB
安装次数 960
当前版本 1.0.0
更新时间 2021-03-28
上架时间 2021-03-28
评分 5.00/5 共1次评分
开发者 Samuele Marro
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/samuelemarro/IPFS-Chrome-Search
帮助页面URL https://github.com/samuelemarro/IPFS-Chrome-Search/issues
支持的语言 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"
    ]
}