Voice Scroll
Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Was ist Voice Scroll?
Voice Scroll ist eine Chrome-Erweiterung, die von alexevanczuk entwickelt wurde, und ihr Hauptmerkmal ist "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.".
Erweiterungsscreenshots
Voice Scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voice Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cgeednalmjpnlhifbphhclaheiklmafd |
| Offizielle URL | https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd |
| Beschreibung | Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations. |
| Dateigröße | 89.21 KB |
| Installationsanzahl | 153 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2014-04-30 |
| Veröffentlichungsdatum | 2014-04-30 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | alexevanczuk |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |