Tweaks for Google Voice™

Make your Google Voice page a little better.

什么是Tweaks for Google Voice™?

Tweaks for Google Voice™是由Will McSweeney开发的Chrome扩展程序,该扩展的主要功能是“Make your Google Voice page a little better.”。

扩展截图

screenshot

下载Tweaks for Google Voice™扩展crx文件

下载Tweaks for Google Voice™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tweaks for Google Voice™ Tweaks for Google Voice™
ID lomidmppcdmojcgfnpfkmhbnakbnmaff
官方URL https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff
简介 Make your Google Voice page a little better.
文件大小 18.69 KB
安装次数 6,276
当前版本 3.2.4
更新时间 2023-03-03
上架时间 2018-07-18
评分 3.95/5 共37次评分
开发者 Will McSweeney
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}