Lens Share
Move your Tweets to Lens Protocol with Lens Share
Lens Share क्या है?
Lens Share apoorvlathey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move your Tweets to Lens Protocol with Lens Share"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lens Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |