Tlk.Io- An easy way to chat
Easily create or join an online chatbox in seconds!
Vad är Tlk.Io- An easy way to chat?
Tlk.Io- An easy way to chat är en Chrome-tillägg utvecklad av Michael Burke, och dess huvudfunktion är "Easily create or join an online chatbox in seconds!".
Tilläggsskärmbilder
Ladda ner Tlk.Io- An easy way to chat-förlängningens CRX-fil
Ladda ner Tlk.Io- An easy way to chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | ongcihlmolaaoonjaodcgneekpcgccne |
Officiell webbadress | https://chrome.google.com/webstore/detail/tlkio-an-easy-way-to-chat/ongcihlmolaaoonjaodcgneekpcgccne |
Beskrivning | Easily create or join an online chatbox in seconds! |
Filstorlek | 24.87 KB |
Antal Installationer | 158 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-10-09 |
Publiceringsdatum | 2016-10-09 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | Michael Burke |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |