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
Eメール [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]"
        }
    }
}