Mastodon Link

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

Hvad er Mastodon Link?

Mastodon Link er en Chrome-udvidelse udviklet af masrly, og dens hovedfunktion er "Extension to make it easy to visit mastodon profiles from your instance".

Udvidelsesskærmbilleder

screenshot

Download Mastodon Link-udvidelses-CRX-fil

Download Mastodon Link-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Mastodon Link Mastodon Link
ID nlfdgcdfjnobjocicnddjghdbmgglame
Officiel URL https://chromewebstore.google.com/detail/mastodon-link/nlfdgcdfjnobjocicnddjghdbmgglame
Beskrivelse Extension to make it easy to visit mastodon profiles from your instance
Filstørrelse 20.41 KB
Antal Installationer 544
Nuværende Version 1.2.1
Senest Opdateret 2022-11-28
Udgivelsesdato 2022-11-23
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler masrly
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/masrly/mastodon-link
Hjælpeside-URL https://github.com/masrly/mastodon-link
Understøttede Sprog 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"
    }
}