IPFS Search
A simple tool to search on IPFS.
ما هو IPFS Search؟
IPFS Search هو إضافة Chrome تم تطويرها بواسطة Samuele Marro، والميزة الرئيسية لها هي "A simple tool to search on IPFS.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IPFS Search
قم بتنزيل ملفات الامتداد IPFS Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/samuelemarro/IPFS-Chrome-Search |
عنوان صفحة المساعدة | 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" ] } |