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
电子邮箱 [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"
    }
}