lemmy Link

Extension to make it easy to interact with different Lemmy communities

Vad är lemmy Link?

lemmy Link är en Chrome-tillägg utvecklad av jack.foxcroft, och dess huvudfunktion är "Extension to make it easy to interact with different Lemmy communities".

Tilläggsskärmbilder

screenshot

Ladda ner lemmy Link-förlängningens CRX-fil

Ladda ner lemmy Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
Officiell webbadress https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Beskrivning Extension to make it easy to interact with different Lemmy communities
Filstorlek 14.39 KB
Antal Installationer 154
Aktuell Version 1.3.3
Senast Uppdaterad 2023-06-16
Publiceringsdatum 2023-06-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare jack.foxcroft
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/FackJox/lemmy-link
Stödda Språk 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]"
        }
    }
}