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