MiShare

Share your watching page with others in Misskey

O que é MiShare?

MiShare é uma extensão do Chrome desenvolvida por CyberRex, e sua principal característica é "Share your watching page with others in Misskey".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MiShare

Baixe arquivos de extensão MiShare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL Oficial https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Descrição Share your watching page with others in Misskey
Tamanho do Arquivo 3.84 MB
Contagem de Instalações 91
Versão Atual 0.1
Última Atualização 2022-04-12
Data de Publicação 2022-04-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CyberRex
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}