Voice Scroll
Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Co to jest Voice Scroll?
Voice Scroll to rozszerzenie Chrome opracowane przez alexevanczuk, a jego główną funkcją jest „Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Voice Scroll
Pobierz pliki rozszerzeń Voice Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cgeednalmjpnlhifbphhclaheiklmafd |
Oficjalny URL | https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd |
Opis | Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations. |
Rozmiar pliku | 89.21 KB |
Liczba instalacji | 153 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-04-30 |
Data Publikacji | 2014-04-30 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | alexevanczuk |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |