Dark Yammer

Add a dark theme to yammer.com.

What is Dark Yammer?

Dark Yammer is a Chrome extension developed by jakelunn93, and its main feature is "Add a dark theme to yammer.com.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Yammer Extension CRX File

Download Dark Yammer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enable the extension and visit yammer.com to see the new dark theme.                    

Extension Basic Information

Name Dark Yammer Dark Yammer
ID lkcafaooifipbncmgjkmigkafoggmhna
Official URL https://chrome.google.com/webstore/detail/dark-yammer/lkcafaooifipbncmgjkmigkafoggmhna
Description Add a dark theme to yammer.com.
File Size 15.78 KB
Installation Count 70
Current Version 1.0
Last Updated 2020-04-30
Publish Date 2020-04-30
Developer jakelunn93
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Yammer",
    "version": "1.0",
    "description": "Add a dark theme to yammer.com.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yammer.com\/*"
            ],
            "css": [
                "dark_yammer.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}