Lens Share
Move your Tweets to Lens Protocol with Lens Share
Apa itu Lens Share?
Lens Share adalah ekstensi Chrome yang dikembangkan oleh apoorvlathey, dan fitur utamanya adalah "Move your Tweets to Lens Protocol with Lens Share".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lens Share
Unduh file ekstensi Lens Share dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Lens Share |
ID | dnapampfdkhaeefdklnhknjlipjioide |
URL Resmi | https://chromewebstore.google.com/detail/lens-share/dnapampfdkhaeefdklnhknjlipjioide |
Deskripsi | Move your Tweets to Lens Protocol with Lens Share |
Ukuran File | 2.71 MB |
Jumlah Instalasi | 269 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2023-02-09 |
Tanggal Publikasi | 2023-02-08 |
Pengembang | apoorvlathey |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://lens-share.apoorv.xyz/ |
Bahasa yang Didukung | 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\/*" ] } ] } |