url-chat

Here you can talk to other people that are seeing the same URL that you are now

Что такое url-chat?

url-chat - это расширение Chrome, разработанное willroquedev, и его основная функция - "Here you can talk to other people that are seeing the same URL that you are now".

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

screenshot
screenshot

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

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

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

                                            

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

Название url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
Официальный URL https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
Описание Here you can talk to other people that are seeing the same URL that you are now
Размер файла 341 KB
Количество установок 113
Текущая Версия 1.0.1
Последнее Обновление 2018-02-24
Дата публикации 2018-02-24
Разработчик willroquedev
Тип оплаты free
Официальный сайт расширения https://github.com/WillRoque/url-chat
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url-chat",
    "description": "Here you can talk to other people that are seeing the same URL that you are now",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "\/img\/chat_small.png",
        "default_popup": "\/index.html",
        "default_title": "Click to open this URL's chat"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}