Voice Scroll

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

Cos'è Voice Scroll?

Voice Scroll è un'estensione di Chrome sviluppata da alexevanczuk, e la sua funzione principale è "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Voice Scroll

Scarica i file di estensione Voice Scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL Ufficiale https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Descrizione Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Dimensione del File 89.21 KB
Conteggio Installazioni 153
Versione Corrente 1.2
Ultimo Aggiornamento 2014-04-30
Data di Pubblicazione 2014-04-30
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore alexevanczuk
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}