lemmy Link

Extension to make it easy to interact with different Lemmy communities

lemmy Link là gì?

lemmy Link là một tiện ích mở rộng Chrome được phát triển bởi jack.foxcroft, và tính năng chính của nó là "Extension to make it easy to interact with different Lemmy communities".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng lemmy Link

Tải xuống các tệp mở rộng lemmy Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
URL Chính Thức https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Mô tả Extension to make it easy to interact with different Lemmy communities
Kích Thước Tệp 14.39 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2023-06-16
Ngày Phát Hành 2023-06-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jack.foxcroft
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FackJox/lemmy-link
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}