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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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:\/\/*\/*"
            ]
        }
    ]
}