Black Dark Gmail Hangouts Chat Theme
Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!
什么是Black Dark Gmail Hangouts Chat Theme?
Black Dark Gmail Hangouts Chat Theme是由Jae Hahn开发的Chrome扩展程序,该扩展的主要功能是“Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!”。
扩展截图
下载Black Dark Gmail Hangouts Chat Theme扩展crx文件
下载Black Dark Gmail Hangouts Chat Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Black Dark Gmail Hangouts Chat Theme/Skin. This makes your Gmail chat window black with a dark interface. It blends perfectly with the Black Gmail Theme. Clean, simple, flat black and dark colors. Chat bubbles have also been removed. Refresh your Gmail page after you add this extension. Please note as you add this extension: Chrome will give you a warning saying that this will "Read and change data on hangouts.google.com". It's because this extension changes the CSS style of the Hangouts chat. It doesn't read what you wrote or change your data, so no worries! Please enjoy! #CHANGELOG Version 0.0.3: Added Chrome warning notice in description and manifest update. Added more screenshots. Version 0.0.2: Description update Version 0.0.1: Release
扩展基本信息
名称 | |
ID | gbhiagomdeeneaolbbdmfpokjlcdikjf |
官方URL | https://chrome.google.com/webstore/detail/black-dark-gmail-hangouts/gbhiagomdeeneaolbbdmfpokjlcdikjf |
简介 | Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark! |
文件大小 | 5.7 KB |
安装次数 | 2,479 |
当前版本 | 0.0.3 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 3.14/5 共14次评分 |
开发者 | Jae Hahn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Black Dark Gmail Hangouts Chat Theme", "short_name": "Black Dark Gmail Hangouts Chat Theme", "description": "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!", "version": "0.0.3", "manifest_version": 2, "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/hangouts.google.com\/*" ], "css": [ "style-gchat.css" ] } ] } |