Chirr App

Turn a blog post into a Twitter thread in a single click

Что такое Chirr App?

Chirr App - это расширение Chrome, разработанное https://getchirrapp.com, и его основная функция - "Turn a blog post into a Twitter thread in a single click".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Chirr App is the best way to craft, preview, and schedule Twitter threads.

The Chrome extension allows automatically converting a blog post into a Twitter thread.                    

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

Название Chirr App Chirr App
ID cmbconaimdngicdnbpjnjocbpkdpmfkg
Официальный URL https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg
Описание Turn a blog post into a Twitter thread in a single click
Размер файла 10.7 KB
Количество установок 1,553
Текущая Версия 1.1.0
Последнее Обновление 2020-10-31
Дата публикации 2020-10-26
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://getchirrapp.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getchirrapp.com/extension
URL страницы помощи https://twitter.com/kossnocorp
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chirr App",
    "version": "1.1.0",
    "description": "Turn a blog post into a Twitter thread in a single click",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "toolbarLight.png"
        },
        "default_title": "Chirr App"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "global.js"
            ]
        }
    ]
}