MiShare
Share your watching page with others in Misskey
Wat is MiShare?
MiShare is een Chrome-extensie ontwikkeld door CyberRex, en de belangrijkste functie is "Share your watching page with others in Misskey".
Extensie Screenshots
Download het CRX-bestand van de extensie MiShare
Download MiShare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Share the website you are currently viewing with your followers on Misskey. With MiShare, you can share the sites you are viewing in as few as two steps. It also supports switching between multiple instances and setting the public scope of your posts.
Basisinformatie over de Extensie
Naam | MiShare |
ID | mhcekclmecbihalcaijbcgfdffmdcjhe |
Officiële URL | https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe |
Beschrijving | Share your watching page with others in Misskey |
Bestandsgrootte | 3.84 MB |
Aantal Installaties | 91 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-04-12 |
Publicatiedatum | 2022-04-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | CyberRex |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiShare", "version": "0.1", "manifest_version": 3, "description": "__MSG_extension_description__", "default_locale": "en", "icons": { "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_title": "", "default_icon": "icons\/128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/notosans.otf" ], "matches": [ "chrome-extension:\/\/*\/*" ] } ] } |