Voice Scroll

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

Apa itu Voice Scroll?

Voice Scroll adalah ekstensi Chrome yang dikembangkan oleh alexevanczuk, dan fitur utamanya adalah "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Voice Scroll

Unduh file ekstensi Voice Scroll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL Resmi https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
Deskripsi Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Ukuran File 89.21 KB
Jumlah Instalasi 153
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-04-30
Tanggal Publikasi 2014-04-30
Penilaian 4.00/5 Total 1 Penilaian
Pengembang alexevanczuk
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}