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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lens Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}