Mastoshare
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
Hvad er Mastoshare?
Mastoshare er en Chrome-udvidelse udviklet af dev.team.auriga, og dens hovedfunktion er "Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。".
Udvidelsesskærmbilleder
Download Mastoshare-udvidelses-CRX-fil
Download Mastoshare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
共有先のMastodonインスタンスをリストとして保存することが可能で、優先設定を行うこともできます。
また、現在開いているページ情報(タイトル・URL)を補完する機能やクリップボードにコピーする機能もあります。
Web版: https://mastoshare.net
ソースコード: https://github.com/naaaaaaaaaaaf/mastoshare-for-chrome Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mfdneocoinldonfcdoicdjllngnakoga |
| Officiel URL | https://chromewebstore.google.com/detail/mastoshare/mfdneocoinldonfcdoicdjllngnakoga |
| Beskrivelse | Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。 |
| Filstørrelse | 580 KB |
| Antal Installationer | 220 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2023-07-17 |
| Udgivelsesdato | 2018-07-26 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | dev.team.auriga |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://mastoshare.net |
| Understøttede Sprog | 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"
]
} | |