Mastodon Link

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

Apa itu Mastodon Link?

Mastodon Link adalah ekstensi Chrome yang dikembangkan oleh masrly, dan fitur utamanya adalah "Extension to make it easy to visit mastodon profiles from your instance".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mastodon Link

Unduh file ekstensi Mastodon Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Mastodon Link Mastodon Link
ID nlfdgcdfjnobjocicnddjghdbmgglame
URL Resmi https://chromewebstore.google.com/detail/mastodon-link/nlfdgcdfjnobjocicnddjghdbmgglame
Deskripsi Extension to make it easy to visit mastodon profiles from your instance
Ukuran File 20.41 KB
Jumlah Instalasi 544
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2022-11-28
Tanggal Publikasi 2022-11-23
Penilaian 4.75/5 Total 4 Penilaian
Pengembang masrly
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/masrly/mastodon-link
URL Halaman Bantuan https://github.com/masrly/mastodon-link
Bahasa yang Didukung 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"
    }
}