MiShare

Share your watching page with others in Misskey

Vad är MiShare?

MiShare är en Chrome-tillägg utvecklad av CyberRex, och dess huvudfunktion är "Share your watching page with others in Misskey".

Tilläggsskärmbilder

screenshot

Ladda ner MiShare-förlängningens CRX-fil

Ladda ner MiShare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
Officiell webbadress https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Beskrivning Share your watching page with others in Misskey
Filstorlek 3.84 MB
Antal Installationer 91
Aktuell Version 0.1
Senast Uppdaterad 2022-04-12
Publiceringsdatum 2022-04-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare CyberRex
E-post [email protected]
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}