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
官方網址 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
電子郵箱 [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"
    }
}