Voice Scroll

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

O que é Voice Scroll?

Voice Scroll é uma extensão do Chrome desenvolvida por alexevanczuk, e sua principal característica é "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Voice Scroll

Baixe arquivos de extensão Voice Scroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL Oficial https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Descrição Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Tamanho do Arquivo 89.21 KB
Contagem de Instalações 153
Versão Atual 1.2
Última Atualização 2014-04-30
Data de Publicação 2014-04-30
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor alexevanczuk
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}