Voice Scroll

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

Qu'est-ce que Voice Scroll ?

Voice Scroll est une extension Chrome développée par alexevanczuk, et sa fonction principale est "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voice Scroll

Téléchargez les fichiers d'extension Voice Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL Officiel https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Description Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Taille du Fichier 89.21 KB
Nombre d'Installations 153
Version Actuelle 1.2
Dernière Mise à Jour 2014-04-30
Date de Publication 2014-04-30
Évaluation 4.00/5 Total 1 Évaluations
Développeur alexevanczuk
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}