Tlk.Io- An easy way to chat

Easily create or join an online chatbox in seconds!

Что такое Tlk.Io- An easy way to chat?

Tlk.Io- An easy way to chat - это расширение Chrome, разработанное Michael Burke, и его основная функция - "Easily create or join an online chatbox in seconds!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tlk.Io- An easy way to chat

Скачайте файлы расширений Tlk.Io- An easy way to chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Tlk.io is a quick and easy way to host or join an online chatbox. Instantly create a chatbox with a custom name and URL to share with your friends, co-workers, employees, and family members. Just type the name of the chat box and click go- it's that easy!                    

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

Название Tlk.Io- An easy way to chat Tlk.Io- An easy way to chat
ID ongcihlmolaaoonjaodcgneekpcgccne
Официальный URL https://chrome.google.com/webstore/detail/tlkio-an-easy-way-to-chat/ongcihlmolaaoonjaodcgneekpcgccne
Описание Easily create or join an online chatbox in seconds!
Размер файла 24.87 KB
Количество установок 158
Текущая Версия 1.0.3
Последнее Обновление 2016-10-09
Дата публикации 2016-10-09
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Michael Burke
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tlk.Io- An easy way to chat",
    "short_name": "Tlk.Io",
    "description": "Easily create or join an online chatbox in seconds!",
    "version": "1.0.3",
    "minimum_chrome_version": "32",
    "browser_action": {
        "default_icon": "assets\/icon_128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "webview",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage"
    ],
    "css": [
        "https:\/\/fonts.googleapis.com\/css?family=Ubuntu:300"
    ]
}