lemmy Link

Extension to make it easy to interact with different Lemmy communities

Cos'è lemmy Link?

lemmy Link è un'estensione di Chrome sviluppata da jack.foxcroft, e la sua funzione principale è "Extension to make it easy to interact with different Lemmy communities".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione lemmy Link

Scarica i file di estensione lemmy Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension to make it easy to interact with different Lemmy communities.
https://github.com/FackJox/lemmy-link                    

Informazioni di Base sull'Estensione

Nome lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
URL Ufficiale https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Descrizione Extension to make it easy to interact with different Lemmy communities
Dimensione del File 14.39 KB
Conteggio Installazioni 154
Versione Corrente 1.3.3
Ultimo Aggiornamento 2023-06-16
Data di Pubblicazione 2023-06-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jack.foxcroft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/FackJox/lemmy-link
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lemmy Link",
    "version": "1.3.3",
    "author": "fcuks <@[email protected] >",
    "manifest_version": 3,
    "description": "Extension to make it easy to interact with different Lemmy communities",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}