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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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\/*"
    ]
}