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文件

下載SkyLink - Bluesky DID Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}