Lens Share
Move your Tweets to Lens Protocol with Lens Share
Lens Share là gì?
Lens Share là một tiện ích mở rộng Chrome được phát triển bởi apoorvlathey, và tính năng chính của nó là "Move your Tweets to Lens Protocol with Lens Share".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lens Share
Tải xuống các tệp mở rộng Lens Share dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lens Share |
ID | dnapampfdkhaeefdklnhknjlipjioide |
URL Chính Thức | https://chromewebstore.google.com/detail/lens-share/dnapampfdkhaeefdklnhknjlipjioide |
Mô tả | Move your Tweets to Lens Protocol with Lens Share |
Kích Thước Tệp | 2.71 MB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-02-09 |
Ngày Phát Hành | 2023-02-08 |
Nhà Phát Triển | apoorvlathey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lens-share.apoorv.xyz/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |