Improved Text For Hangouts

Improves text style on hangouts automatically.

What is Improved Text For Hangouts?

Improved Text For Hangouts is a Chrome extension developed by https://kmh.zone, and its main feature is "Improves text style on hangouts automatically.".

Download Improved Text For Hangouts Extension CRX File

Download Improved Text For Hangouts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Credit goes to Raymond.                    

Extension Basic Information

Name Improved Text For Hangouts Improved Text For Hangouts
ID bglfonnkhbbfancpefbehfeccfdbmkmd
Official URL https://chromewebstore.google.com/detail/improved-text-for-hangout/bglfonnkhbbfancpefbehfeccfdbmkmd
Description Improves text style on hangouts automatically.
File Size 34.12 KB
Installation Count 12
Current Version 1.0.2
Last Updated 2018-07-02
Publish Date 2018-07-01
Rating 5.00/5 Total 1 Ratings
Developer https://kmh.zone
Payment Type free
Supported Languages 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
    }
}