MiShare

Share your watching page with others in Misskey

MiShare là gì?

MiShare là một tiện ích mở rộng Chrome được phát triển bởi CyberRex, và tính năng chính của nó là "Share your watching page with others in Misskey".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MiShare

Tải xuống các tệp mở rộng MiShare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MiShare MiShare
ID mhcekclmecbihalcaijbcgfdffmdcjhe
URL Chính Thức https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe
Mô tả Share your watching page with others in Misskey
Kích Thước Tệp 3.84 MB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2022-04-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CyberRex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}