kinspaX
kintone space UI extention that suit your every need.
Qu'est-ce que kinspaX ?
kinspaX est une extension Chrome développée par daikimat, et sa fonction principale est "kintone space UI extention that suit your every need.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension kinspaX
Téléchargez les fichiers d'extension kinspaX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | kinspaX |
ID | ddgafnhamghcpfdahpflhdippeebemab |
URL Officiel | https://chromewebstore.google.com/detail/kinspax/ddgafnhamghcpfdahpflhdippeebemab |
Description | kintone space UI extention that suit your every need. |
Taille du Fichier | 15.45 KB |
Nombre d'Installations | 112 |
Version Actuelle | 2.9.1 |
Dernière Mise à Jour | 2023-03-14 |
Date de Publication | 2020-07-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | daikimat |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/daikimat/chrome-extension-kinspaX |
Langues Prises en Charge | 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" ] } |