MiShare
Share your watching page with others in Misskey
Co to jest MiShare?
MiShare to rozszerzenie Chrome opracowane przez CyberRex, a jego główną funkcją jest „Share your watching page with others in Misskey”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MiShare
Pobierz pliki rozszerzeń MiShare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | MiShare |
ID | mhcekclmecbihalcaijbcgfdffmdcjhe |
Oficjalny URL | https://chromewebstore.google.com/detail/mishare/mhcekclmecbihalcaijbcgfdffmdcjhe |
Opis | Share your watching page with others in Misskey |
Rozmiar pliku | 3.84 MB |
Liczba instalacji | 91 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2022-04-12 |
Data Publikacji | 2022-04-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | CyberRex |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |