Lens Share
Move your Tweets to Lens Protocol with Lens Share
什么是Lens Share?
Lens Share是由apoorvlathey开发的Chrome扩展程序,该扩展的主要功能是“Move your Tweets to Lens Protocol with Lens Share”。
扩展截图
下载Lens Share扩展crx文件
下载Lens Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Lens Share |
ID | dnapampfdkhaeefdklnhknjlipjioide |
官方URL | https://chromewebstore.google.com/detail/lens-share/dnapampfdkhaeefdklnhknjlipjioide |
简介 | Move your Tweets to Lens Protocol with Lens Share |
文件大小 | 2.71 MB |
安装次数 | 269 |
当前版本 | 0.1.2 |
更新时间 | 2023-02-09 |
上架时间 | 2023-02-08 |
开发者 | apoorvlathey |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lens-share.apoorv.xyz/ |
支持的语言 | 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\/*" ] } ] } |