Tlk.Io- An easy way to chat
Easily create or join an online chatbox in seconds!
Qu'est-ce que Tlk.Io- An easy way to chat ?
Tlk.Io- An easy way to chat est une extension Chrome développée par Michael Burke, et sa fonction principale est "Easily create or join an online chatbox in seconds!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tlk.Io- An easy way to chat
Téléchargez les fichiers d'extension Tlk.Io- An easy way to chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tlk.io is a quick and easy way to host or join an online chatbox. Instantly create a chatbox with a custom name and URL to share with your friends, co-workers, employees, and family members. Just type the name of the chat box and click go- it's that easy!
Informations de Base sur l'Extension
Nom | |
ID | ongcihlmolaaoonjaodcgneekpcgccne |
URL Officiel | https://chrome.google.com/webstore/detail/tlkio-an-easy-way-to-chat/ongcihlmolaaoonjaodcgneekpcgccne |
Description | Easily create or join an online chatbox in seconds! |
Taille du Fichier | 24.87 KB |
Nombre d'Installations | 158 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-10-09 |
Date de Publication | 2016-10-09 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Michael Burke |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tlk.Io- An easy way to chat", "short_name": "Tlk.Io", "description": "Easily create or join an online chatbox in seconds!", "version": "1.0.3", "minimum_chrome_version": "32", "browser_action": { "default_icon": "assets\/icon_128.png", "default_popup": "index.html" }, "permissions": [ "webview", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "storage" ], "css": [ "https:\/\/fonts.googleapis.com\/css?family=Ubuntu:300" ] } |