MiShare

Share your watching page with others in Misskey

What is MiShare?

MiShare is a Chrome extension developed by CyberRex, and its main feature is "Share your watching page with others in Misskey".

Extension Screenshots

screenshot

Download MiShare Extension CRX File

Download MiShare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
Official URL https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Description Share your watching page with others in Misskey
File Size 3.84 MB
Installation Count 91
Current Version 0.1
Last Updated 2022-04-12
Publish Date 2022-04-11
Rating 5.00/5 Total 1 Ratings
Developer CyberRex
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}