Kurotodon

Multi instances supported, Mastodon client.

Kurotodonคืออะไร?

Kurotodon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jstwi.com และคุณลักษณะหลักของมันคือ "Multi instances supported, Mastodon client."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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:\/\/*\/*"
    ]
}