lemmy Link

Extension to make it easy to interact with different Lemmy communities

Co to jest lemmy Link?

lemmy Link to rozszerzenie Chrome opracowane przez jack.foxcroft, a jego główną funkcją jest „Extension to make it easy to interact with different Lemmy communities”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia lemmy Link

Pobierz pliki rozszerzeń lemmy Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
Oficjalny URL https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Opis Extension to make it easy to interact with different Lemmy communities
Rozmiar pliku 14.39 KB
Liczba instalacji 154
Aktualna Wersja 1.3.3
Ostatnia Aktualizacja 2023-06-16
Data Publikacji 2023-06-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jack.foxcroft
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/FackJox/lemmy-link
Obsługiwane Języki 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]"
        }
    }
}