Slim Chatwork

Slim Chatwork is a 3rd party extension that adds a few minimal features to Chatwork.

Slim Chatwork là gì?

Slim Chatwork là một tiện ích mở rộng Chrome được phát triển bởi https://cofus.work, và tính năng chính của nó là "Slim Chatwork is a 3rd party extension that adds a few minimal features to Chatwork.".

Ả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 Slim Chatwork

Tải xuống các tệp mở rộng Slim Chatwork 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

                        You can add minimalistic features to Chatwork by installing it.

List of minimalist features that can be used

- Adjusting the size of the room list
- Font change function
- Template registration function (enables you to register a fixed-format message, etc.)
- syntax highlighting
- Hide Avatar
- Extend the right column
and so on

Get a better handle on Chatwork with Slim Chatwork!

Slim Chatwork is a third party Chrome extension that is not affiliated with Chatwork, Inc. Slim Chatwork is a third party Chrome extension that is not related to Chatwork Corporation.                    

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

Tên Slim Chatwork Slim Chatwork
ID hckmjlnhaeikfnmmfjniechjanhhfnjh
URL Chính Thức https://chromewebstore.google.com/detail/slim-chatwork/hckmjlnhaeikfnmmfjniechjanhhfnjh
Mô tả Slim Chatwork is a 3rd party extension that adds a few minimal features to Chatwork.
Kích Thước Tệp 1.86 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.10.12
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2019-10-23
Đánh Giá 4.89/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://cofus.work
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cofus.work/chrome-extensions/slim-chatwork/
URL Trang Trợ Giúp https://cofus.work/chrome-extensions/slim-chatwork/#qa
URL Trang Chính Sách Bảo Mật https://cofus.work/privacy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "HigaTsubasa",
    "description": "__MSG_ext_desc__",
    "homepage_url": "https:\/\/slimchatwork.cofus.work\/",
    "manifest_version": 3,
    "name": "Slim Chatwork",
    "short_name": "Slim Chatwork",
    "version": "0.10.12",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon32.png",
            "24": "images\/icons\/icon48.png",
            "32": "images\/icons\/icon64.png"
        },
        "default_title": "Slim Chatwork",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentScripts.js"
            ],
            "matches": [
                "*:\/\/www.chatwork.com\/",
                "*:\/\/kcw.kddi.ne.jp\/"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "textlint-worker.js"
            ],
            "matches": [
                "*:\/\/www.chatwork.com\/*",
                "*:\/\/kcw.kddi.ne.jp\/*"
            ]
        }
    ],
    "icons": {
        "19": "images\/icons\/icon38.png",
        "38": "images\/icons\/icon76.png",
        "64": "images\/icons\/icon128.png",
        "128": "images\/icons\/icon256.png"
    },
    "host_permissions": [
        "*:\/\/www.chatwork.com\/",
        "*:\/\/kcw.kddi.ne.jp\/"
    ],
    "permissions": [
        "background",
        "storage",
        "tabs"
    ]
}