Voice Scroll

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

Wat is Voice Scroll?

Voice Scroll is een Chrome-extensie ontwikkeld door alexevanczuk, en de belangrijkste functie is "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Voice Scroll

Download Voice Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
Officiële URL https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Beschrijving Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Bestandsgrootte 89.21 KB
Aantal Installaties 153
Huidige Versie 1.2
Laatst Bijgewerkt 2014-04-30
Publicatiedatum 2014-04-30
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar alexevanczuk
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}