Voice Scroll
Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
What is Voice Scroll?
Voice Scroll is a Chrome extension developed by alexevanczuk, and its main feature is "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".
Extension Screenshots
Download Voice Scroll Extension CRX File
Download Voice Scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | cgeednalmjpnlhifbphhclaheiklmafd |
Official URL | https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd |
Description | Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations. |
File Size | 89.21 KB |
Installation Count | 153 |
Current Version | 1.2 |
Last Updated | 2014-04-30 |
Publish Date | 2014-04-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | alexevanczuk |
Payment Type | free |
Supported Languages | 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\/*" ] } |