MiShare

Share your watching page with others in Misskey

Co je MiShare?

MiShare je rozšíření Chrome vyvinuté CyberRex, a jeho hlavní funkcí je „Share your watching page with others in Misskey“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MiShare

Stáhněte si soubory rozšíření MiShare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
Oficiální URL https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Popis Share your watching page with others in Misskey
Velikost souboru 3.84 MB
Počet instalací 91
Aktuální Verze 0.1
Poslední Aktualizace 2022-04-12
Datum Vydání 2022-04-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář CyberRex
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}