Misskey Now

「Misskeyで僕の見ている世界を共有しようかな❓❕」 Misskey Now は閲覧中のウェブサイトを Misskey インスタンスへ共有するだけの拡張機能です

What is Misskey Now?

Misskey Now is a Chrome extension developed by https://sasakulab.com, and its main feature is "「Misskeyで僕の見ている世界を共有しようかな❓❕」 Misskey Now は閲覧中のウェブサイトを Misskey インスタンスへ共有するだけの拡張機能です".

Extension Screenshots

screenshot
screenshot

Download Misskey Now Extension CRX File

Download Misskey Now 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

                        Misskey Now は閲覧中のウェブサイトを Misskey インスタンスへ共有するだけの拡張機能です!

この拡張機能は オープンソースで開発されています。
ライセンスは、MIT LICENSE です。

【バージョン履歴】
- v0.2.0
・複数インスタンスに対応
・Ctrl + Enter で送信ができるように改善
・その他、軽微な変更                    

Extension Basic Information

Name Misskey Now Misskey Now
ID gaanhijofgiahpbmjelcfhccepcgbekh
Official URL https://chromewebstore.google.com/detail/misskey-now/gaanhijofgiahpbmjelcfhccepcgbekh
Description 「Misskeyで僕の見ている世界を共有しようかな❓❕」 Misskey Now は閲覧中のウェブサイトを Misskey インスタンスへ共有するだけの拡張機能です
File Size 178 KB
Installation Count 234
Current Version 0.2.0
Last Updated 2023-02-14
Publish Date 2023-02-08
Rating 5.00/5 Total 2 Ratings
Developer https://sasakulab.com
Email [email protected]
Payment Type free
Extension Website https://blog.sasakulab.com/tools/misskey-now
Help Page URL https://sasakulab.com/contact
Privacy Policy Page URL https://sasakulab.com/policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Misskey Now",
    "version": "0.2.0",
    "description": "\u300cMisskey\u3067\u50d5\u306e\u898b\u3066\u3044\u308b\u4e16\u754c\u3092\u5171\u6709\u3057\u3088\u3046\u304b\u306a\u2753\u2755\u300d Misskey Now \u306f\u95b2\u89a7\u4e2d\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3092 Misskey \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3078\u5171\u6709\u3059\u308b\u3060\u3051\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "assets\/48x48.png",
        "96": "assets\/96x96.png"
    },
    "action": {
        "default_popup": "main.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}