SkyLink - Bluesky DID Detector
Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.
O que é SkyLink - Bluesky DID Detector?
SkyLink - Bluesky DID Detector é uma extensão do Chrome desenvolvida por jessejanderson, e sua principal característica é "Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SkyLink - Bluesky DID Detector
Baixe arquivos de extensão SkyLink - Bluesky DID Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | SkyLink - Bluesky DID Detector |
ID | aflpfginfpjhanhkmdpohpggpolfopmb |
URL Oficial | https://chromewebstore.google.com/detail/skylink-bluesky-did-detec/aflpfginfpjhanhkmdpohpggpolfopmb |
Descrição | Detects Decentralized Identifiers (DIDs) in a domain's TXT records and links to the associated Bluesky profile. |
Tamanho do Arquivo | 23.21 KB |
Contagem de Instalações | 357 |
Versão Atual | 1.4.2 |
Última Atualização | 2023-06-05 |
Data de Publicação | 2023-05-03 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | jessejanderson |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |