IPFS Companion

Harness the power of IPFS in your browser

Что такое IPFS Companion?

IPFS Companion - это расширение Chrome, разработанное https://ipfs.tech, и его основная функция - "Harness the power of IPFS in your browser".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения IPFS Companion

Скачайте файлы расширений IPFS Companion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ABOUT

IPFS Companion harnesses the power of your locally running IPFS node (either through the IPFS Desktop app or the command-line daemon) directly inside your favorite browser, enabling support for ipfs:// and ipns:// addresses, automatic IPFS gateway loading of websites and file paths, easy IPFS file import and sharing, and more.

IPFS is a peer-to-peer hypermedia protocol designed to make the web faster, safer, more resilient, and more open. It enables the creation and dissemination of completely distributed sites and applications that don’t rely on centralized hosting and stay true to the original vision of an open, flat web. Visit https://ipfs.tech to learn more.

FEATURES

- Automatically use IPFS to retrieve sites, files, and other resources already stored on IPFS (including redirecting DNSLink hostnames to IPNS names via your choice of gateway)
- Support content-addressed IPFS paths (/ipfs/) and URIs (ipfs://) in your browser, and redirect them to the gateway of your choice
- Share files from your browser by importing them to your local IPFS node via right-click or drag-and-drop, including the option to preload files at a public gateway
- See how many peers you’re connected to at a glance from your browser’s menu bar
- Check gateway info and API status with a single click
- Copy shareable links, snapshot links, IPNS/IPFS paths, and CIDs for IPFS-hosted sites
- Common IPFS tasks — like pinning files and launching your IPFS Web UI dashboard — are available right in your browser
- Options to toggle IPFS redirects globally or per website
- Choose between connecting to your local IPFS node via the HTTP API or running a js-ipfs node directly in your browser

IMPORTANT NOTE

You’ll need to have a local IPFS node running on your computer to enjoy all IPFS Companion's features — either from your terminal or using the friendly, free IPFS Desktop app. Visit https://ipfs.tech to learn more and install.

MORE INFO

Learn about IPFS and how it’s changing the Internet at https://ipfs.tech
See the IPFS Companion privacy policy at https://ipfs.tech/companion-privacy                    

Основная информация о расширении

Название IPFS Companion IPFS Companion
ID nibjojkomfdiaoajekhjakgkdhaomnch
Официальный URL https://chromewebstore.google.com/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch
Описание Harness the power of IPFS in your browser
Размер файла 3.12 MB
Количество установок 65,709
Текущая Версия 3.1.0
Последнее Обновление 2023-09-26
Дата публикации 2020-06-20
Рейтинг 3.91/5 Всего 47 оценок
Разработчик https://ipfs.tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://docs.ipfs.tech/install/ipfs-companion/
URL страницы помощи https://github.com/ipfs/ipfs-companion/issues/new/choose
URL страницы политики конфиденциальности https://ipfs.tech/companion-privacy
Поддерживаемые языки id,de,en,fr,nl,no,tr,ca,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,ru,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_extensionName__",
    "short_name": "__MSG_manifest_shortExtensionName__",
    "version": "3.1.0",
    "description": "__MSG_manifest_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/ipfs-shipyard\/ipfs-companion",
    "author": "IPFS Community",
    "icons": {
        "19": "icons\/png\/ipfs-logo-on_19.png",
        "38": "icons\/png\/ipfs-logo-on_38.png",
        "128": "icons\/png\/ipfs-logo-on_128.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/png\/ipfs-logo-off_19.png",
            "38": "icons\/png\/ipfs-logo-off_38.png",
            "128": "icons\/png\/ipfs-logo-off_128.png"
        },
        "default_title": "__MSG_browserAction_title__",
        "default_popup": "dist\/popup\/browser-action\/index.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "browser_style": false,
        "page": "dist\/options\/options.html"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/png\/ipfs-logo-off_19.png",
                "icons\/png\/ipfs-logo-off_38.png",
                "icons\/png\/ipfs-logo-off_128.png",
                "icons\/ipfs-logo-on.svg",
                "icons\/ipfs-logo-off.svg",
                "dist\/recovery\/recovery.css",
                "dist\/recovery\/recovery.html",
                "dist\/recovery\/recovery.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self';"
    },
    "default_locale": "en",
    "minimum_chrome_version": "111",
    "background": {
        "service_worker": "dist\/bundles\/backgroundPage.bundle.js"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "idle",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest"
    ],
    "incognito": "not_allowed"
}