github-chat
Chat within GitHub
什么是github-chat?
github-chat是由Indie Goodies开发的Chrome扩展程序,该扩展的主要功能是“Chat within GitHub”。
扩展截图
下载github-chat扩展crx文件
下载github-chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Chat within GitHub
扩展基本信息
名称 | github-chat |
ID | fkkkglfjngejhnmjhhpahenlligojapa |
官方URL | https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa |
简介 | Chat within GitHub |
文件大小 | 11.17 KB |
安装次数 | 21 |
当前版本 | 1.0.0 |
更新时间 | 2017-07-28 |
上架时间 | 2017-07-28 |
开发者 | Indie Goodies |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://indiegoodies.com/chrome-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github-chat", "version": "1.0.0", "manifest_version": 2, "description": "Chat within GitHub", "icons": { "16": "images\/16.png", "128": "images\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "scripts\/content.js", "scripts\/iframe.js" ] } ], "permissions": [ "https:\/\/github.com\/*" ], "content_security_policy": "frame-src 'self' https:\/\/embed.tlk.io; default-src 'self' https:\/\/embed.tlk.io\/", "web_accessible_resources": [ "iframe.html", "scripts\/iframe.js" ] } |