kinspaX

kintone space UI extention that suit your every need.

kinspaX là gì?

kinspaX là một tiện ích mở rộng Chrome được phát triển bởi daikimat, và tính năng chính của nó là "kintone space UI extention that suit your every need.".

Ả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 kinspaX

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

                        functions
- Incrementally search thread titles.
- Change width of the pane to be draggable.
    - Double-click the Draggable bar to reset the width.
- Read the thread list automatically when scroll to the bottom.
- Add 2pane mode with thread list and body content.                    

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

Tên kinspaX kinspaX
ID ddgafnhamghcpfdahpflhdippeebemab
URL Chính Thức https://chromewebstore.google.com/detail/kinspax/ddgafnhamghcpfdahpflhdippeebemab
Mô tả kintone space UI extention that suit your every need.
Kích Thước Tệp 15.45 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2023-03-14
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển daikimat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/daikimat/chrome-extension-kinspaX
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.9.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/daikimat\/chrome-extension-kinspaX",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/k\/*",
                "https:\/\/*.cybozu-dev.com\/k\/*",
                "https:\/\/*.kintone.com\/k\/*",
                "https:\/\/*.kintone-dev.com\/k\/*",
                "https:\/\/*.cybozu.cn\/k\/*",
                "https:\/\/*.cybozu-dev.cn\/k\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/twopane-active.png",
                "images\/twopane.png"
            ],
            "matches": [
                "https:\/\/*.cybozu.com\/*",
                "https:\/\/*.cybozu-dev.com\/*",
                "https:\/\/*.kintone.com\/*",
                "https:\/\/*.kintone-dev.com\/*",
                "https:\/\/*.cybozu.cn\/*",
                "https:\/\/*.cybozu-dev.cn\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}