kinspaX
kintone space UI extention that suit your every need.
Cos'è kinspaX?
kinspaX è un'estensione di Chrome sviluppata da daikimat, e la sua funzione principale è "kintone space UI extention that suit your every need.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione kinspaX
Scarica i file di estensione kinspaX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | kinspaX |
ID | ddgafnhamghcpfdahpflhdippeebemab |
URL Ufficiale | https://chromewebstore.google.com/detail/kinspax/ddgafnhamghcpfdahpflhdippeebemab |
Descrizione | kintone space UI extention that suit your every need. |
Dimensione del File | 15.45 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 2.9.1 |
Ultimo Aggiornamento | 2023-03-14 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | daikimat |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/daikimat/chrome-extension-kinspaX |
Lingue Supportate | 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" ] } |