Fastoot

Quickly post your status to Mastodon

Что такое Fastoot?

Fastoot - это расширение Chrome, разработанное noraworld, и его основная функция - "Quickly post your status to Mastodon".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fastoot

Скачайте файлы расширений Fastoot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Set a keyboard shortcut, and launch extension easily. All actions can be done with a keyboard. Very quickly transmit your mind to Mastodon. Have fun.                    

Основная информация о расширении

Название Fastoot Fastoot
ID hnmnnhfeigiogjagmmpnhelpnhnchaoj
Официальный URL https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj
Описание Quickly post your status to Mastodon
Размер файла 1.33 MB
Количество установок 22
Текущая Версия 0.2.0
Последнее Обновление 2017-06-21
Дата публикации 2017-06-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик noraworld
Тип оплаты free
Официальный сайт расширения https://github.com/noraworld/fastoot
URL страницы помощи https://github.com/noraworld/fastoot
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastoot",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Quickly post your status to Mastodon",
    "homepage_url": "https:\/\/github.com\/noraworld\/fastoot",
    "icons": {
        "16": "img\/mastodon16.png",
        "48": "img\/mastodon48.png",
        "128": "img\/mastodon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Fastoot",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "auth.html"
    ]
}