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 là gì?

SkyLink - Bluesky DID Detector là một tiện ích mở rộng Chrome được phát triển bởi jessejanderson, và tính năng chính của nó là "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SkyLink - Bluesky DID Detector

Tải xuống các tệp mở rộng SkyLink - Bluesky DID Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SkyLink - Bluesky DID Detector SkyLink - Bluesky DID Detector
ID aflpfginfpjhanhkmdpohpggpolfopmb
URL Chính Thức https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb
Mô tả Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
Kích Thước Tệp 23.21 KB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2023-05-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jessejanderson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}