MiShare

Share your watching page with others in Misskey

MiShareคืออะไร?

MiShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CyberRex และคุณลักษณะหลักของมันคือ "Share your watching page with others in Misskey"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MiShare

ดาวน์โหลดไฟล์ส่วนขยาย MiShare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Share the website you are currently viewing with your followers on Misskey.
With MiShare, you can share the sites you are viewing in as few as two steps.
It also supports switching between multiple instances and setting the public scope of your posts.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
คำอธิบาย Share your watching page with others in Misskey
ขนาดไฟล์ 3.84 MB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-04-12
วันที่เผยแพร่ 2022-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา CyberRex
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiShare",
    "version": "0.1",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_title": "",
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/notosans.otf"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*"
            ]
        }
    ]
}