Voice Scroll
Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
什麼是Voice Scroll?
Voice Scroll是由alexevanczuk開發的Chrome擴展程式,該擴展的主要功能是“Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.”。
擴展截圖
下載Voice Scroll擴展crx文件
下載Voice Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | cgeednalmjpnlhifbphhclaheiklmafd |
官方網址 | 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\/*" ] } |