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
公式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
Eメール [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"
    }
}