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:\/\/*\/*"
    ]
}