github-chat
Chat within GitHub
Qu'est-ce que github-chat ?
github-chat est une extension Chrome développée par Indie Goodies, et sa fonction principale est "Chat within GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension github-chat
Téléchargez les fichiers d'extension github-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
- Chat within GitHub Informations de Base sur l'Extension
| Nom | |
| ID | fkkkglfjngejhnmjhhpahenlligojapa |
| URL Officiel | https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa |
| Description | Chat within GitHub |
| Taille du Fichier | 11.17 KB |
| Nombre d'Installations | 21 |
| Version Actuelle | 1.0.0 |
| Dernière Mise à Jour | 2017-07-28 |
| Date de Publication | 2017-07-28 |
| Développeur | Indie Goodies |
| [email protected] | |
| Type de Paiement | free |
| URL de la Page de Politique de Confidentialité | https://indiegoodies.com/chrome-extension |
| Langues Prises en Charge | 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"
]
} | |