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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Voice Scroll
Λήψη αρχείων επέκτασης Voice Scroll σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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\/*" ] } |