lemmy Link

Extension to make it easy to interact with different Lemmy communities

Qu'est-ce que lemmy Link ?

lemmy Link est une extension Chrome développée par jack.foxcroft, et sa fonction principale est "Extension to make it easy to interact with different Lemmy communities".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension lemmy Link

Téléchargez les fichiers d'extension lemmy Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
URL Officiel https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Description Extension to make it easy to interact with different Lemmy communities
Taille du Fichier 14.39 KB
Nombre d'Installations 154
Version Actuelle 1.3.3
Dernière Mise à Jour 2023-06-16
Date de Publication 2023-06-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur jack.foxcroft
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/FackJox/lemmy-link
Langues Prises en Charge 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]"
        }
    }
}