Mastoshare
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
什么是Mastoshare?
Mastoshare是由dev.team.auriga开发的Chrome扩展程序,该扩展的主要功能是“Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。”。
扩展截图
下载Mastoshare扩展crx文件
下载Mastoshare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
共有先のMastodonインスタンスをリストとして保存することが可能で、優先設定を行うこともできます。
また、現在開いているページ情報(タイトル・URL)を補完する機能やクリップボードにコピーする機能もあります。
Web版: https://mastoshare.net
ソースコード: https://github.com/naaaaaaaaaaaf/mastoshare-for-chrome 扩展基本信息
| 名称 | |
| ID | mfdneocoinldonfcdoicdjllngnakoga |
| 官方URL | https://chromewebstore.google.com/detail/mastoshare/mfdneocoinldonfcdoicdjllngnakoga |
| 简介 | Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。 |
| 文件大小 | 580 KB |
| 安装次数 | 220 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-07-17 |
| 上架时间 | 2018-07-26 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | dev.team.auriga |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mastoshare.net |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mastoshare",
"description": "Mastoshare\u306f\u3001Masotodon\u5411\u3051\u306e\u5171\u6709\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
"version": "2.0",
"manifest_version": 3,
"icons": {
"16": "mastoshare-16.png",
"48": "mastoshare-48.png",
"128": "mastoshare-128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"tabs"
]
} | |