kintone Dark Mode

kintoneのダークモード表示

What is kintone Dark Mode?

kintone Dark Mode is a Chrome extension developed by Masashi Hamaguchi, and its main feature is "kintoneのダークモード表示".

Extension Screenshots

screenshot
screenshot

Download kintone Dark Mode Extension CRX File

Download kintone Dark Mode 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

                        kintoneのダークモード表示

kintoneをダークモードで使用するためのChrome拡張機能です。
ボタンでデフォルトの表示とダークモードの表示を切り替えて使用することができます。


更新履歴
2021/06/17 ver 1.0.1 細かな修正を行いました。
2021/05/25 ver 1.0.0 リリースしました。                    

Extension Basic Information

Name kintone Dark Mode kintone Dark Mode
ID jhmapflgckgmkedahaoakekmkpffkihc
Official URL https://chromewebstore.google.com/detail/kintone-dark-mode/jhmapflgckgmkedahaoakekmkpffkihc
Description kintoneのダークモード表示
File Size 486 KB
Installation Count 138
Current Version 1.0.1
Last Updated 2021-06-18
Publish Date 2021-05-24
Developer Masashi Hamaguchi
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kintone Dark Mode",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "kintone\u306e\u30c0\u30fc\u30af\u30e2\u30fc\u30c9\u8868\u793a",
    "icons": {
        "16": "images\/kintone_16.png",
        "48": "images\/kintone_48.png",
        "128": "images\/kintone_128.png"
    },
    "permissions": [
        "https:\/\/*.cybozu.com\/k\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/k\/*"
            ],
            "css": [
                "css\/contents.css"
            ],
            "js": [
                "js\/node_modules\/jquery\/dist\/jquery.js",
                "js\/contents.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/kintone_128.png",
        "default_title": "kintone DarkMode",
        "default_popup": "popup\/popup.html"
    }
}