lemmy Link

Extension to make it easy to interact with different Lemmy communities

Wat is lemmy Link?

lemmy Link is een Chrome-extensie ontwikkeld door jack.foxcroft, en de belangrijkste functie is "Extension to make it easy to interact with different Lemmy communities".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie lemmy Link

Download lemmy Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
Officiële URL https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Beschrijving Extension to make it easy to interact with different Lemmy communities
Bestandsgrootte 14.39 KB
Aantal Installaties 154
Huidige Versie 1.3.3
Laatst Bijgewerkt 2023-06-16
Publicatiedatum 2023-06-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jack.foxcroft
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/FackJox/lemmy-link
Ondersteunde Talen 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]"
        }
    }
}