Improved Text For Hangouts
Improves text style on hangouts automatically.
Wat is Improved Text For Hangouts?
Improved Text For Hangouts is een Chrome-extensie ontwikkeld door https://kmh.zone, en de belangrijkste functie is "Improves text style on hangouts automatically.".
Download het CRX-bestand van de extensie Improved Text For Hangouts
Download Improved Text For Hangouts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Credit goes to Raymond.
Basisinformatie over de Extensie
Naam | |
ID | bglfonnkhbbfancpefbehfeccfdbmkmd |
Officiële URL | https://chromewebstore.google.com/detail/improved-text-for-hangout/bglfonnkhbbfancpefbehfeccfdbmkmd |
Beschrijving | Improves text style on hangouts automatically. |
Bestandsgrootte | 34.12 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2018-07-02 |
Publicatiedatum | 2018-07-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://kmh.zone |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |