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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]"
        }
    }
}