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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:\/\/*\/*"
]
} | |