Voice Scroll

Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.

Что такое Voice Scroll?

Voice Scroll - это расширение Chrome, разработанное alexevanczuk, и его основная функция - "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

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

screenshot

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

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

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

                                            

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

Название Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
Официальный URL https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Описание Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Размер файла 89.21 KB
Количество установок 153
Текущая Версия 1.2
Последнее Обновление 2014-04-30
Дата публикации 2014-04-30
Рейтинг 4.00/5 Всего 1 оценок
Разработчик alexevanczuk
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Voice Scroll",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "management",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ]
}