MiShare

Share your watching page with others in Misskey

Qu'est-ce que MiShare ?

MiShare est une extension Chrome développée par CyberRex, et sa fonction principale est "Share your watching page with others in Misskey".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MiShare

Téléchargez les fichiers d'extension MiShare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL Officiel https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Description Share your watching page with others in Misskey
Taille du Fichier 3.84 MB
Nombre d'Installations 91
Version Actuelle 0.1
Dernière Mise à Jour 2022-04-12
Date de Publication 2022-04-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur CyberRex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}