Kurotodon

Multi instances supported, Mastodon client.

Kurotodon là gì?

Kurotodon là một tiện ích mở rộng Chrome được phát triển bởi https://www.jstwi.com, và tính năng chính của nó là "Multi instances supported, Mastodon client.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kurotodon

Tải xuống các tệp mở rộng Kurotodon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kurotodon Kurotodon
ID fandjchmgmejjcjcedgeoileeibjndbb
URL Chính Thức https://chromewebstore.google.com/detail/kurotodon/fandjchmgmejjcjcedgeoileeibjndbb
Mô tả Multi instances supported, Mastodon client.
Kích Thước Tệp 316 KB
Số Lần Cài Đặt 795
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://www.jstwi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oken1/kurotodon
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}