kinspaX

kintone space UI extention that suit your every need.

Was ist kinspaX?

kinspaX ist eine Chrome-Erweiterung, die von daikimat entwickelt wurde, und ihr Hauptmerkmal ist "kintone space UI extention that suit your every need.".

Erweiterungsscreenshots

screenshot

kinspaX-Erweiterungs-CRX-Datei herunterladen

Laden Sie kinspaX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name kinspaX kinspaX
ID ddgafnhamghcpfdahpflhdippeebemab
Offizielle URL https://chromewebstore.google.com/detail/kinspax/ddgafnhamghcpfdahpflhdippeebemab
Beschreibung kintone space UI extention that suit your every need.
Dateigröße 15.45 KB
Installationsanzahl 112
Aktuelle Version 2.9.1
Letztes Update 2023-03-14
Veröffentlichungsdatum 2020-07-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler daikimat
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/daikimat/chrome-extension-kinspaX
Unterstützte Sprachen 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"
    ]
}