Voice Scroll

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

Vad är Voice Scroll?

Voice Scroll är en Chrome-tillägg utvecklad av alexevanczuk, och dess huvudfunktion är "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Tilläggsskärmbilder

screenshot

Ladda ner Voice Scroll-förlängningens CRX-fil

Ladda ner Voice Scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
Officiell webbadress https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Beskrivning Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Filstorlek 89.21 KB
Antal Installationer 153
Aktuell Version 1.2
Senast Uppdaterad 2014-04-30
Publiceringsdatum 2014-04-30
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare alexevanczuk
Betalningssätt free
Stödda Språk 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\/*"
    ]
}