MiShare

Share your watching page with others in Misskey

MiShareとは何ですか?

MiShareはCyberRexによって開発されたChromeの拡張機能で、その主な機能は「Share your watching page with others in Misskey」です。

拡張機能のスクリーンショット

screenshot

MiShare拡張機能のCRXファイルをダウンロード

MiShare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
公式URL https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
説明 Share your watching page with others in Misskey
ファイルサイズ 3.84 MB
インストール数 91
現在のバージョン 0.1
最終更新日 2022-04-12
公開日 2022-04-11
評価 5.00/5 合計 1 レビュー
開発者 CyberRex
Eメール [email protected]
支払い方法 free
対応言語 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:\/\/*\/*"
            ]
        }
    ]
}