Voice Scroll

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

¿Qué es Voice Scroll?

Voice Scroll es una extensión de Chrome desarrollada por alexevanczuk, y su función principal es "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Voice Scroll

Descarga archivos de extensión Voice Scroll en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL Oficial https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Descripción Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Tamaño del Archivo 89.21 KB
Cantidad de Instalaciones 153
Versión Actual 1.2
Última Actualización 2014-04-30
Fecha de Publicación 2014-04-30
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador alexevanczuk
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}