chatwork custom background

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

chatwork custom background là gì?

chatwork custom background là một tiện ích mở rộng Chrome được phát triển bởi N. Iwamoto, và tính năng chính của nó là "Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng chatwork custom background

Tải xuống các tệp mở rộng chatwork custom background dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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


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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên chatwork custom background chatwork custom background
ID fmonelpbplmmidonoicpngnonpdpapoj
URL Chính Thức https://chromewebstore.google.com/detail/chatwork-custom-backgroun/fmonelpbplmmidonoicpngnonpdpapoj
Mô tả Chatwork の背景を設定できます. ## 手順 1. この Chrome Extension をインストールしてください 2. Chatwork を開きます 3. Chrome の画面右上にあるアイコンをクリックします 4.…
Kích Thước Tệp 14.58 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-07-05
Ngày Phát Hành 2020-07-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển N. Iwamoto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mayok/chatwork-custom-background/
URL Trang Trợ Giúp https://github.com/mayok/chatwork-custom-background/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}