Kurotodon
Multi instances supported, Mastodon client.
Co to jest Kurotodon?
Kurotodon to rozszerzenie Chrome opracowane przez https://www.jstwi.com, a jego główną funkcją jest „Multi instances supported, Mastodon client.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kurotodon
Pobierz pliki rozszerzeń Kurotodon 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
It is a mastodon client based on KuroTwi. Multi-instance compatible, it is possible to display multiple timelines side by side. In the instance peep function, the local timeline of the instance without account You can also display it. Japanese, English is supported. contact us: https://mstdn.jp/@k_e_n1 Source code: https://github.com/oken1/kurotodon Change log: https://github.com/oken1/kurotodon/commits/master
Podstawowe informacje o rozszerzeniu
Nazwa | Kurotodon |
ID | fandjchmgmejjcjcedgeoileeibjndbb |
Oficjalny URL | https://chromewebstore.google.com/detail/kurotodon/fandjchmgmejjcjcedgeoileeibjndbb |
Opis | Multi instances supported, Mastodon client. |
Rozmiar pliku | 316 KB |
Liczba instalacji | 795 |
Aktualna Wersja | 0.3.2 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 4.64/5 Łącznie 14 Oceny |
Deweloper | https://www.jstwi.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/oken1/kurotodon |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kurotodon", "version": "0.3.2", "author": "KEN1", "description": "__MSG_manifest_description__", "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "minimum_chrome_version": "50.0", "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Kurotodon" }, "icons": { "16": "images\/icon128.png", "32": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/lib\/jquery.js", "js\/util.js", "js\/background.js" ], "persistent": false }, "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |