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.”。
扩展截图
下载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 |
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" } } |