Chatension
Chat on any url
什么是Chatension?
Chatension是由https://chatension.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“Chat on any url”。
扩展截图
下载Chatension扩展crx文件
下载Chatension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
a Google Chrome extension that lets you chat on any site by creating a room using the current url. Chat with people on Reddit. Discuss the news on CNN. THE OPTIONS ARE ENDLESS. LOUD NOISES. 扩展基本信息
| 名称 | |
| ID | alegpcekacoaalpibpakojofjfajjdho |
| 官方URL | https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho |
| 简介 | Chat on any url |
| 文件大小 | 13.88 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2015-12-09 |
| 上架时间 | 2015-12-09 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | https://chatension.herokuapp.com |
| 付费类型 | free |
| 扩展官网 | https://chatension.herokuapp.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chatension",
"description": "Chat on any url",
"version": "1.0.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "chatensionLogo.png",
"default_title": "Click here!"
},
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |