Mastoshare
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
Mastoshareคืออะไร?
Mastoshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.team.auriga และคุณลักษณะหลักของมันคือ "Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mastoshare
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |