Old Gmail chat
Make Hangouts look more like old Gmail chat.
Wat is Old Gmail chat?
Old Gmail chat is een Chrome-extensie ontwikkeld door dskloet, en de belangrijkste functie is "Make Hangouts look more like old Gmail chat.".
Extensie Screenshots
Download het CRX-bestand van de extensie Old Gmail chat
Download Old Gmail chat-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
Make Hangouts look more like old Gmail chat.
Basisinformatie over de Extensie
Naam | Old Gmail chat |
ID | ojpinamipebjamgiknkdehdikemaiegi |
Officiële URL | https://chromewebstore.google.com/detail/old-gmail-chat/ojpinamipebjamgiknkdehdikemaiegi |
Beschrijving | Make Hangouts look more like old Gmail chat. |
Bestandsgrootte | 6.03 KB |
Aantal Installaties | 671 |
Huidige Versie | 0.5.2 |
Laatst Bijgewerkt | 2017-08-27 |
Publicatiedatum | 2017-08-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dskloet |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://dskl.net/screen/privacy |
Ondersteunde Talen | 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 } |