Voice Scroll

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

Hvad er Voice Scroll?

Voice Scroll er en Chrome-udvidelse udviklet af alexevanczuk, og dens hovedfunktion er "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Udvidelsesskærmbilleder

screenshot

Download Voice Scroll-udvidelses-CRX-fil

Download Voice Scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
Officiel URL https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Beskrivelse Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Filstørrelse 89.21 KB
Antal Installationer 153
Nuværende Version 1.2
Senest Opdateret 2014-04-30
Udgivelsesdato 2014-04-30
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler alexevanczuk
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}