Lens Share

Move your Tweets to Lens Protocol with Lens Share

Lens Shareคืออะไร?

Lens Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apoorvlathey และคุณลักษณะหลักของมันคือ "Move your Tweets to Lens Protocol with Lens Share"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lens Share

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}