MiShare

Share your watching page with others in Misskey

Cos'è MiShare?

MiShare è un'estensione di Chrome sviluppata da CyberRex, e la sua funzione principale è "Share your watching page with others in Misskey".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MiShare

Scarica i file di estensione MiShare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL Ufficiale https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Descrizione Share your watching page with others in Misskey
Dimensione del File 3.84 MB
Conteggio Installazioni 91
Versione Corrente 0.1
Ultimo Aggiornamento 2022-04-12
Data di Pubblicazione 2022-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore CyberRex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}