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