Kurotodon
Multi instances supported, Mastodon client.
什么是Kurotodon?
Kurotodon是由https://www.jstwi.com开发的Chrome扩展程序,该扩展的主要功能是“Multi instances supported, Mastodon client.”。
扩展截图
下载Kurotodon扩展crx文件
下载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:\/\/*\/*" ] } |