Voice Scroll

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

Voice Scrollคืออะไร?

Voice Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexevanczuk และคุณลักษณะหลักของมันคือ "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Scroll

ดาวน์โหลดไฟล์ส่วนขยาย Voice Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voice Scroll Voice Scroll
ID cgeednalmjpnlhifbphhclaheiklmafd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd
คำอธิบาย Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
ขนาดไฟล์ 89.21 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-04-30
วันที่เผยแพร่ 2014-04-30
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alexevanczuk
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}