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\/*"
            ]
        }
    ]
}