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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |