kinspaX
kintone space UI extention that suit your every need.
kinspaX क्या है?
kinspaX daikimat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "kintone space UI extention that suit your every need."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में kinspaX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |