Kurotodon
Multi instances supported, Mastodon client.
Τι είναι το Kurotodon;
Το Kurotodon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.jstwi.com, και η κύρια λειτουργία του είναι "Multi instances supported, Mastodon client.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kurotodon
Λήψη αρχείων επέκτασης Kurotodon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Kurotodon |
ID | fandjchmgmejjcjcedgeoileeibjndbb |
Επίσημο URL | https://chromewebstore.google.com/detail/kurotodon/fandjchmgmejjcjcedgeoileeibjndbb |
Περιγραφή | Multi instances supported, Mastodon client. |
Μέγεθος Αρχείου | 316 KB |
Αριθμός Εγκαταστάσεων | 795 |
Τρέχουσα Έκδοση | 0.3.2 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.64/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://www.jstwi.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/oken1/kurotodon |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } |