Mastodon Link

Extension to make it easy to visit mastodon profiles from your instance

Mastodon Linkとは何ですか?

Mastodon Linkはmasrlyによって開発されたChromeの拡張機能で、その主な機能は「Extension to make it easy to visit mastodon profiles from your instance」です。

拡張機能のスクリーンショット

screenshot

Mastodon Link拡張機能のCRXファイルをダウンロード

Mastodon Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a clickable mastodon icon next to mastodon style usernames (@[email protected]) that directs you to your own mastodon instance for ease of following.                    

拡張機能の基本情報

名前 Mastodon Link Mastodon Link
ID nlfdgcdfjnobjocicnddjghdbmgglame
公式URL https://chromewebstore.google.com/detail/mastodon-link/nlfdgcdfjnobjocicnddjghdbmgglame
説明 Extension to make it easy to visit mastodon profiles from your instance
ファイルサイズ 20.41 KB
インストール数 544
現在のバージョン 1.2.1
最終更新日 2022-11-28
公開日 2022-11-23
評価 4.75/5 合計 4 レビュー
開発者 masrly
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/masrly/mastodon-link
ヘルプページのURL https://github.com/masrly/mastodon-link
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mastodon Link",
    "version": "1.2.1",
    "author": "Alexander Haslam <@[email protected]>",
    "manifest_version": 3,
    "description": "Extension to make it easy to visit mastodon profiles from your instance",
    "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"
    }
}