Tweaks for Google Voice™

Make your Google Voice page a little better.

Qu'est-ce que Tweaks for Google Voice™ ?

Tweaks for Google Voice™ est une extension Chrome développée par Will McSweeney, et sa fonction principale est "Make your Google Voice page a little better.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tweaks for Google Voice™

Téléchargez les fichiers d'extension Tweaks for Google Voice™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tweaks for Google Voice™ Tweaks for Google Voice™
ID lomidmppcdmojcgfnpfkmhbnakbnmaff
URL Officiel https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff
Description Make your Google Voice page a little better.
Taille du Fichier 18.69 KB
Nombre d'Installations 6,276
Version Actuelle 3.2.4
Dernière Mise à Jour 2023-03-03
Date de Publication 2018-07-18
Évaluation 3.95/5 Total 37 Évaluations
Développeur Will McSweeney
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}