MiShare
Share your watching page with others in Misskey
什么是MiShare?
MiShare是由CyberRex开发的Chrome扩展程序,该扩展的主要功能是“Share your watching page with others in Misskey”。
扩展截图
下载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 |
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 |
电子邮箱 | [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:\/\/*\/*" ] } ] } |