Tweaks for Google Voice™
Make your Google Voice page a little better.
Was ist Tweaks for Google Voice™?
Tweaks for Google Voice™ ist eine Chrome-Erweiterung, die von Will McSweeney entwickelt wurde, und ihr Hauptmerkmal ist "Make your Google Voice page a little better.".
Erweiterungsscreenshots
Tweaks for Google Voice™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tweaks for Google Voice™-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
Adds useful tweaks to your Google Voice page. Currently adds a new call/message/voicemail counter to the page icon and title, as well as keep the page up to date in the background. Changelog: • 3.2.4 - fix double count • 3.2.3 - update in bg, improve icon • 3.1.2 - update title, bug fixes • 3.0.0 - major update Permissions: • voice.google.com - add tweaks to GVoice page
Grundlegende Informationen zur Erweiterung
Name | Tweaks for Google Voice™ |
ID | lomidmppcdmojcgfnpfkmhbnakbnmaff |
Offizielle URL | https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff |
Beschreibung | Make your Google Voice page a little better. |
Dateigröße | 18.69 KB |
Installationsanzahl | 6,276 |
Aktuelle Version | 3.2.4 |
Letztes Update | 2023-03-03 |
Veröffentlichungsdatum | 2018-07-18 |
Bewertung | 3.95/5 Insgesamt 37 Bewertungen |
Entwickler | Will McSweeney |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tweaker.js" ], "matches": [ "https:\/\/voice.google.com\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "worker.js" ], "persistent": true }, "description": "Make your Google Voice page a little better.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png" }, "manifest_version": 2, "name": "Tweaks for Google Voice\u2122", "short_name": "GVoice Tweaks", "version": "3.2.4" } |