Lark SDK Man
Lark SDK Browser Extension is used to help you find which SDK method you should use
What is Lark SDK Man?
Lark SDK Man is a Chrome extension developed by Unknown, and its main feature is "Lark SDK Browser Extension is used to help you find which SDK method you should use".
Extension Screenshots
Download Lark SDK Man Extension CRX File
Download Lark SDK Man extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
可以在 open.feishu.cn 域名下,匹配当前文档对应的 SDK 的方法,并提供一键复制样板代码的能力。
Extension Basic Information
Name | Lark SDK Man |
ID | cmgphloocbgkhapplnfmolehalgjbidd |
Official URL | https://chromewebstore.google.com/detail/lark-sdk-man/cmgphloocbgkhapplnfmolehalgjbidd |
Description | Lark SDK Browser Extension is used to help you find which SDK method you should use |
File Size | 37.76 KB |
Installation Count | 171 |
Current Version | 0.1 |
Last Updated | 2021-10-20 |
Publish Date | 2021-10-19 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chyroc/lark-sdk-browser-extension |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lark SDK Man", "description": "Lark SDK Browser Extension is used to help you find which SDK method you should use", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/open.feishu.cn\/", "https:\/\/open.feishu.cn\/" ], "browser_action": { "default_popup": "popup.html" } } |