Voice Scroll

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

Co je Voice Scroll?

Voice Scroll je rozšíření Chrome vyvinuté alexevanczuk, a jeho hlavní funkcí je „Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Voice Scroll

Stáhněte si soubory rozšíření Voice Scroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
Oficiální URL https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Popis Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Velikost souboru 89.21 KB
Počet instalací 153
Aktuální Verze 1.2
Poslední Aktualizace 2014-04-30
Datum Vydání 2014-04-30
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář alexevanczuk
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}