IPFS Search
A simple tool to search on IPFS.
IPFS Searchとは何ですか?
IPFS SearchはSamuele Marroによって開発されたChromeの拡張機能で、その主な機能は「A simple tool to search on IPFS.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |