Old Gmail chat

Make Hangouts look more like old Gmail chat.

什么是Old Gmail chat?

Old Gmail chat是由dskloet开发的Chrome扩展程序,该扩展的主要功能是“Make Hangouts look more like old Gmail chat.”。

扩展截图

screenshot

下载Old Gmail chat扩展crx文件

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

扩展使用说明

                        Make Hangouts look more like old Gmail chat.                    

扩展基本信息

名称 Old Gmail chat Old Gmail chat
ID ojpinamipebjamgiknkdehdikemaiegi
官方URL https://chromewebstore.google.com/detail/old-gmail-chat/ojpinamipebjamgiknkdehdikemaiegi
简介 Make Hangouts look more like old Gmail chat.
文件大小 6.03 KB
安装次数 671
当前版本 0.5.2
更新时间 2017-08-27
上架时间 2017-08-27
评分 5.00/5 共2次评分
开发者 dskloet
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://dskl.net/screen/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Gmail chat",
    "version": "0.5.2",
    "description": "Make Hangouts look more like old Gmail chat.",
    "icons": {
        "128": "cubist-hangouts-logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/*.hangouts.sandbox.google.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/hangouts.google.com\/*",
        "https:\/\/*.hangouts.sandbox.google.com\/*",
        "notifications",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "manifest_version": 2
}