SkyLink - Bluesky DID Detector

Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.

SkyLink - Bluesky DID Detector란 무엇입니까?

SkyLink - Bluesky DID Detector은(는) jessejanderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile."입니다.

확장 프로그램 스크린샷

screenshot

SkyLink - Bluesky DID Detector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When visiting a domain that has an associated Bluesky profile, the extension logo changes to blue and clicking it will take you to their profile in the Bluesky web app.

Don't forget to pin the extension so that it's always visible!                    

확장 프로그램 기본 정보

이름 SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
공식 URL https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
설명 Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
파일 크기 23.21 KB
설치 횟수 357
현재 버전 1.4.2
최근 업데이트 2023-06-05
출시 날짜 2023-05-03
평점 5.00/5 총 4 개의 평점
개발자 jessejanderson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SkyLink - Bluesky DID Detector",
    "short_name": "SkyLink",
    "version": "1.4.2",
    "author": "[email protected]",
    "action": {
        "default_icon": {
            "48": "logo48_gray.png",
            "128": "logo128_gray.png"
        }
    },
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "description": "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}