Improved Text For Hangouts
Improves text style on hangouts automatically.
什么是Improved Text For Hangouts?
Improved Text For Hangouts是由https://kmh.zone开发的Chrome扩展程序,该扩展的主要功能是“Improves text style on hangouts automatically.”。
下载Improved Text For Hangouts扩展crx文件
下载Improved Text For Hangouts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Credit goes to Raymond. 扩展基本信息
| 名称 | |
| ID | bglfonnkhbbfancpefbehfeccfdbmkmd |
| 官方URL | https://chromewebstore.google.com/detail/improved-text-for-hangout/bglfonnkhbbfancpefbehfeccfdbmkmd |
| 简介 | Improves text style on hangouts automatically. |
| 文件大小 | 34.12 KB |
| 安装次数 | 12 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2018-07-02 |
| 上架时间 | 2018-07-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://kmh.zone |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Improved Text For Hangouts",
"description": "Improves text style on hangouts automatically.",
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"*:\/\/hangouts.google.com\/*"
],
"js": [
"jquery.min.js",
"patternapplier.js"
],
"all_frames": true
}
],
"permissions": [
"activeTab",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |