Patchfox

Patchfox is a Secure Scuttlebutt client

Patchfox란 무엇입니까?

Patchfox은(는) Andre Alves Garzia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Patchfox is a Secure Scuttlebutt client"입니다.

확장 프로그램 스크린샷

screenshot

Patchfox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Patchfox is a client for Secure Scuttlebutt decentralized platform. Secure Scuttlebutt is an offline-first peer to peer decentralized platform that is fostering a more humane social graph. It forms a global cryptographic social network with its peers. Each user is identified by a public key, and publishes a log of signed messages, which other users follow socially. Patchfox is a client for this network.                    

확장 프로그램 기본 정보

이름 Patchfox Patchfox
ID ocanekmedfooidiahhelofknmpobdmdp
공식 URL https://chromewebstore.google.com/detail/patchfox/ocanekmedfooidiahhelofknmpobdmdp
설명 Patchfox is a Secure Scuttlebutt client
파일 크기 10.09 MB
설치 횟수 27
현재 버전 2022.2.1
최근 업데이트 2022-02-23
출시 날짜 2021-06-11
평점 5.00/5 총 1 개의 평점
개발자 Andre Alves Garzia
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://patchfox.org
도움말 페이지 URL https://github.com/soapdog/patchfox/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Patchfox is a Secure Scuttlebutt client",
    "manifest_version": 2,
    "name": "Patchfox",
    "version": "2022.2.1",
    "icons": {
        "512": "images\/patchfox_pixel_512.png",
        "96": "images\/patchfox_pixel_96.png",
        "128": "images\/patchfox_pixel_128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "65.0"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "index.html?pkg=settings",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/patchfox_32.png",
            "512": "images\/patchfox_pixel_512.png",
            "96": "images\/patchfox_pixel_96.png",
            "128": "images\/patchfox_pixel_128.png"
        },
        "default_popup": "browserAction.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period"
            }
        }
    },
    "protocol_handlers": [
        {
            "protocol": "ssb",
            "name": "Patchfox",
            "uriTemplate": "\/index.html?pkg=intercept&query=%s"
        },
        {
            "protocol": "ext+patchfox",
            "name": "Patchfox",
            "uriTemplate": "\/index.html?pkg=intercept&query=%s"
        }
    ],
    "omnibox": {
        "keyword": "ssb?"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "contextMenus"
    ],
    "sidebar_action": {
        "default_icon": {
            "32": "images\/patchfox_32.png",
            "512": "images\/patchfox_pixel_512.png",
            "96": "images\/patchfox_pixel_96.png",
            "128": "images\/patchfox_pixel_128.png"
        },
        "default_title": "Patchfox",
        "default_panel": "\/index.html",
        "open_at_install": false
    }
}