IPFS Search

A simple tool to search on IPFS.

IPFS Search là gì?

IPFS Search là một tiện ích mở rộng Chrome được phát triển bởi Samuele Marro, và tính năng chính của nó là "A simple tool to search on IPFS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IPFS Search

Tải xuống các tệp mở rộng IPFS Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IPFS Search IPFS Search
ID lffnkibaadgoclbhfajpnhlobdoomfeh
URL Chính Thức https://chromewebstore.google.com/detail/ipfs-search/lffnkibaadgoclbhfajpnhlobdoomfeh
Mô tả A simple tool to search on IPFS.
Kích Thước Tệp 25.42 KB
Số Lần Cài Đặt 960
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-03-28
Ngày Phát Hành 2021-03-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Samuele Marro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/samuelemarro/IPFS-Chrome-Search
URL Trang Trợ Giúp https://github.com/samuelemarro/IPFS-Chrome-Search/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}