github-chat
Chat within GitHub
Hvad er github-chat?
github-chat er en Chrome-udvidelse udviklet af Indie Goodies, og dens hovedfunktion er "Chat within GitHub".
Udvidelsesskærmbilleder
Download github-chat-udvidelses-CRX-fil
Download github-chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- Chat within GitHub Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fkkkglfjngejhnmjhhpahenlligojapa |
| Officiel URL | https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa |
| Beskrivelse | Chat within GitHub |
| Filstørrelse | 11.17 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2017-07-28 |
| Udgivelsesdato | 2017-07-28 |
| Udvikler | Indie Goodies |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://indiegoodies.com/chrome-extension |
| Understøttede Sprog | 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"
]
} | |