Chrome Chat

Click on the Chrome Chat button on your toolbar to join the conversation.

Hvad er Chrome Chat?

Chrome Chat er en Chrome-udvidelse udviklet af TreeHouseFalcon, og dens hovedfunktion er "Click on the Chrome Chat button on your toolbar to join the conversation.".

Download Chrome Chat-udvidelses-CRX-fil

Download Chrome 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

                        This is a system that you can use to chat with your friends, quickly and easily. Click on the Chrome Chat button on your toolbar to join the conversation.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
Officiel URL https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Beskrivelse Click on the Chrome Chat button on your toolbar to join the conversation.
Filstørrelse 208 KB
Antal Installationer 33
Nuværende Version 1.3.2
Senest Opdateret 2016-03-31
Udgivelsesdato 2016-03-31
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler TreeHouseFalcon
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chat",
    "description": "Click on the Chrome Chat button on your toolbar to join the conversation.",
    "version": "1.3.2",
    "author": "TreeHouseFalcon",
    "short_name": "Chrome Chat",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.2.0.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/helpmoose.com\/*",
        "http:\/\/localhost:8888\/",
        "https:\/\/talkgadget.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talkgadget.google.com http:\/\/localhost:8888; object-src 'self'"
}