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 |
| 官方網址 | 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"
]
} | |