MiShare

Share your watching page with others in Misskey

Apa itu MiShare?

MiShare adalah ekstensi Chrome yang dikembangkan oleh CyberRex, dan fitur utamanya adalah "Share your watching page with others in Misskey".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MiShare

Unduh file ekstensi MiShare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL Resmi https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Deskripsi Share your watching page with others in Misskey
Ukuran File 3.84 MB
Jumlah Instalasi 91
Versi Saat Ini 0.1
Terakhir Diperbarui 2022-04-12
Tanggal Publikasi 2022-04-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang CyberRex
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}