kinspaX
kintone space UI extention that suit your every need.
kinspaXとは何ですか?
kinspaXはdaikimatによって開発されたChromeの拡張機能で、その主な機能は「kintone space UI extention that suit your every need.」です。
拡張機能のスクリーンショット
kinspaX拡張機能のCRXファイルをダウンロード
kinspaX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | kinspaX |
ID | ddgafnhamghcpfdahpflhdippeebemab |
公式URL | https://chromewebstore.google.com/detail/kinspax/ddgafnhamghcpfdahpflhdippeebemab |
説明 | kintone space UI extention that suit your every need. |
ファイルサイズ | 15.45 KB |
インストール数 | 112 |
現在のバージョン | 2.9.1 |
最終更新日 | 2023-03-14 |
公開日 | 2020-07-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | daikimat |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/daikimat/chrome-extension-kinspaX |
対応言語 | 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" ] } |