Tlk.Io- An easy way to chat
Easily create or join an online chatbox in seconds!
什麼是Tlk.Io- An easy way to chat?
Tlk.Io- An easy way to chat是由Michael Burke開發的Chrome擴展程式,該擴展的主要功能是“Easily create or join an online chatbox in seconds!”。
擴展截圖
下載Tlk.Io- An easy way to chat擴展crx文件
下載Tlk.Io- An easy way to chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ongcihlmolaaoonjaodcgneekpcgccne |
官方網址 | https://chrome.google.com/webstore/detail/tlkio-an-easy-way-to-chat/ongcihlmolaaoonjaodcgneekpcgccne |
簡介 | Easily create or join an online chatbox in seconds! |
檔案大小 | 24.87 KB |
安裝次數 | 158 |
目前版本 | 1.0.3 |
更新時間 | 2016-10-09 |
上架時間 | 2016-10-09 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Michael Burke |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |