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 |
官方網址 | 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\/*" ] } ] } |