chatwork custom background

Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…

What is chatwork custom background?

chatwork custom background is a Chrome extension developed by N. Iwamoto, and its main feature is "Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…".

Extension Screenshots

screenshot

Download chatwork custom background Extension CRX File

Download chatwork custom background 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

                        Chatwork の背景を設定できます.


## 手順
1. この Chrome Extension をインストールしてください
2. Chatwork を開きます
3. Chrome の画面右上にあるアイコンをクリックします
4. ポップアップが開かれるので、画像のアップロードや背景の透過率等を設定します                    

Extension Basic Information

Name chatwork custom background chatwork custom background
ID fmonelpbplmmidonoicpngnonpdpapoj
Official URL https://chromewebstore.google.com/detail/chatwork-custom-backgroun/fmonelpbplmmidonoicpngnonpdpapoj
Description Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…
File Size 14.58 KB
Installation Count 133
Current Version 1.3.0
Last Updated 2020-07-05
Publish Date 2020-07-05
Rating 5.00/5 Total 2 Ratings
Developer N. Iwamoto
Email [email protected]
Payment Type free
Extension Website https://github.com/mayok/chatwork-custom-background/
Help Page URL https://github.com/mayok/chatwork-custom-background/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chatwork custom background",
    "version": "1.3.0",
    "author": "Naohiro Iwamoto",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Custom Background",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent"
    ]
}