Mastoshare
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。
What is Mastoshare?
Mastoshare is a Chrome extension developed by dev.team.auriga, and its main feature is "Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。".
Extension Screenshots
Download Mastoshare Extension CRX File
Download Mastoshare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。 共有先のMastodonインスタンスをリストとして保存することが可能で、優先設定を行うこともできます。 また、現在開いているページ情報(タイトル・URL)を補完する機能やクリップボードにコピーする機能もあります。 Web版: https://mastoshare.net ソースコード: https://github.com/naaaaaaaaaaaf/mastoshare-for-chrome
Extension Basic Information
Name | Mastoshare |
ID | mfdneocoinldonfcdoicdjllngnakoga |
Official URL | https://chromewebstore.google.com/detail/mastoshare/mfdneocoinldonfcdoicdjllngnakoga |
Description | Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。 |
File Size | 580 KB |
Installation Count | 220 |
Current Version | 2.0 |
Last Updated | 2023-07-17 |
Publish Date | 2018-07-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | dev.team.auriga |
[email protected] | |
Payment Type | free |
Extension Website | https://mastoshare.net |
Supported Languages | 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" ] } |