Mastodon Link

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

ما هو Mastodon Link؟

Mastodon Link هو إضافة Chrome تم تطويرها بواسطة masrly، والميزة الرئيسية لها هي "Extension to make it easy to visit mastodon profiles from your instance".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mastodon Link

قم بتنزيل ملفات الامتداد Mastodon Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}