ChatWork DarkSkin

とりあえず黒いやつ作ってみた

What is ChatWork DarkSkin?

ChatWork DarkSkin is a Chrome extension developed by kenta nakamura, and its main feature is "とりあえず黒いやつ作ってみた".

Extension Screenshots

screenshot

Download ChatWork DarkSkin Extension CRX File

Download ChatWork DarkSkin 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

                        いっきに黒くなる。アプリとして使うとヘッダー部分も黒くなるやつにしてみた。前のバージョンと同じくサイドメニュー部分もシンプルになる。アイコンまで消える。                    

Extension Basic Information

Name ChatWork DarkSkin ChatWork DarkSkin
ID lncidbbcmjegllbdlpbmgdelncdpgpkc
Official URL https://chromewebstore.google.com/detail/chatwork-darkskin/lncidbbcmjegllbdlpbmgdelncdpgpkc
Description とりあえず黒いやつ作ってみた
File Size 84.07 KB
Installation Count 837
Current Version 3.1.011
Last Updated 2021-09-01
Publish Date 2020-03-03
Rating 4.80/5 Total 5 Ratings
Developer kenta nakamura
Email [email protected]
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/lncidbbcmjegllbdlpbmgdelncdpgpkc/publish-accepted?authuser=0&hl=ja
Help Page URL https://chrome.google.com/webstore/detail/lncidbbcmjegllbdlpbmgdelncdpgpkc/publish-accepted?authuser=0&hl=ja
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChatWork DarkSkin",
    "version": "3.1.011",
    "description": "\u3068\u308a\u3042\u3048\u305a\u9ed2\u3044\u3084\u3064\u4f5c\u3063\u3066\u307f\u305f",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lncidbbcmjegllbdlpbmgdelncdpgpkc\/publish-accepted?authuser=0&hl=ja",
    "author": "Kenta Nakamura",
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "QuickInfoInput.js"
            ],
            "css": [
                "style_before.css",
                "style.min.css",
                "style_cw.css"
            ],
            "matches": [
                "https:\/\/kcw.kddi.ne.jp\/*",
                "https:\/\/www.chatwork.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "style_before.css",
        "style.min.css",
        "QuickInfoInput.js",
        "style_cw.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/kcw.kddi.ne.jp\/",
        "*:\/\/www.chatwork.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}