lemmy Link

Extension to make it easy to interact with different Lemmy communities

什麼是lemmy Link?

lemmy Link是由jack.foxcroft開發的Chrome擴展程式,該擴展的主要功能是“Extension to make it easy to interact with different Lemmy communities”。

擴展截圖

screenshot

下載lemmy Link擴展crx文件

下載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
官方網址 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]"
        }
    }
}