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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |