SO Dark Chat +

Provides a new dark theme for stackoverflow chat.

Qu'est-ce que SO Dark Chat + ?

SO Dark Chat + est une extension Chrome développée par rlemon, et sa fonction principale est "Provides a new dark theme for stackoverflow chat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SO Dark Chat +

Téléchargez les fichiers d'extension SO Dark 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

                        This is an ongoing development effort based on https://github.com/oliversalzburg/se-chat-dark-theme this adds some additional fixes and features (as well as a few modifications) to the existing stackoverflow chat interface. 

All new features and repository!  
User colours.  
Code Highlighting.   
Webm/Gifv oneboxing. 
Code Editor. 
And More!                    

Informations de Base sur l'Extension

Nom SO Dark Chat + SO Dark Chat +
ID bbkjccfnenmgidehjhaabamobpbaaghh
URL Officiel https://chromewebstore.google.com/detail/so-dark-chat-+/bbkjccfnenmgidehjhaabamobpbaaghh
Description Provides a new dark theme for stackoverflow chat.
Taille du Fichier 6.61 MB
Nombre d'Installations 80
Version Actuelle 0.1.5
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.85/5 Total 13 Évaluations
Développeur rlemon
Type de Paiement free
Site Web de l'Extension https://github.com/rlemon/se-chat-dark-theme-plus
URL de la Page d'Aide https://github.com/rlemon/se-chat-dark-theme-plus/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SO Dark Chat +",
    "description": "Provides a new dark theme for stackoverflow chat.",
    "version": "0.1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.stackoverflow.com\/*",
                "*:\/\/chat.stackexchange.com\/*",
                "*:\/\/chat.meta.stackexchange.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "css\/style.css",
                "CodeMirror\/css\/codemirror.css",
                "CodeMirror\/css\/monokai.css"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "js\/*.js",
        "css\/*.css",
        "images\/*.svg",
        "CodeMirror\/*",
        "CodeMirror\/*\/*"
    ]
}