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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}