Lens Share
Move your Tweets to Lens Protocol with Lens Share
O que é Lens Share?
Lens Share é uma extensão do Chrome desenvolvida por apoorvlathey, e sua principal característica é "Move your Tweets to Lens Protocol with Lens Share".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lens Share
Baixe arquivos de extensão Lens Share 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
The extension adds "Share on Lens" button to the opened tweet, so you can directly move it over to the Lens Protocol 🌿 The tweet text & attached photos automatically get uploaded to IPFS in the background, you only have to sign the message in your wallet & post it to Lens.
Informações Básicas da Extensão
Nome | Lens Share |
ID | dnapampfdkhaeefdklnhknjlipjioide |
URL Oficial | https://chromewebstore.google.com/detail/lens-share/dnapampfdkhaeefdklnhknjlipjioide |
Descrição | Move your Tweets to Lens Protocol with Lens Share |
Tamanho do Arquivo | 2.71 MB |
Contagem de Instalações | 269 |
Versão Atual | 0.1.2 |
Última Atualização | 2023-02-09 |
Data de Publicação | 2023-02-08 |
Desenvolvedor | apoorvlathey |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://lens-share.apoorv.xyz/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lens Share", "version": "0.1.2", "manifest_version": 3, "description": "Move your Tweets to Lens Protocol with Lens Share", "homepage_url": "https:\/\/lens-share.apoorv.xyz", "action": { "default_title": "Lens Share", "default_icon": { "128": ".\/icons\/icon128.png" } }, "icons": { "128": ".\/icons\/icon128.png", "48": ".\/icons\/icon48.png", "16": ".\/icons\/icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "static\/js\/inject.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "static\/js\/lens-share-react-app.js", "img\/*" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |