lemmy Link

Extension to make it easy to interact with different Lemmy communities

ما هو lemmy Link؟

lemmy Link هو إضافة Chrome تم تطويرها بواسطة jack.foxcroft، والميزة الرئيسية لها هي "Extension to make it easy to interact with different Lemmy communities".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة lemmy Link

قم بتنزيل ملفات الامتداد lemmy Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
عنوان URL الرسمي https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
الوصف Extension to make it easy to interact with different Lemmy communities
حجم الملف 14.39 KB
عدد التثبيتات 154
النسخة الحالية 1.3.3
آخر تحديث 2023-06-16
تاريخ النشر 2023-06-16
تقييم 5.00/5 مجموع تقييمات 2
المطور jack.foxcroft
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FackJox/lemmy-link
اللغات المدعومة 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]"
        }
    }
}