Lark Clip
Use Clip to save favorite webpages to Lark Docs with one click
What is Lark Clip?
Lark Clip is a Chrome extension developed by larksuite.com, and its main feature is "Use Clip to save favorite webpages to Lark Docs with one click".
Extension Screenshots
Download Lark Clip Extension CRX File
Download Lark Clip 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
Say goodbye to manual copy and paste: Use Clip to save your favorite webpages to Lark Docs with one click. No more unwanted advertisements: Lark Clips can identify and block advertisements on webpages so you can surf in a clean cyber ocean.
Extension Basic Information
Name | Lark Clip |
ID | koaledijlmicfgnehmmgddhifjnhpkmm |
Official URL | https://chromewebstore.google.com/detail/lark-clip/koaledijlmicfgnehmmgddhifjnhpkmm |
Description | Use Clip to save favorite webpages to Lark Docs with one click |
File Size | 238 KB |
Installation Count | 643 |
Current Version | 1.0.38 |
Last Updated | 2024-01-25 |
Publish Date | 2022-12-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | larksuite.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.larksuite.com/ |
Privacy Policy Page URL | https://www.larksuite.com/privacy-policy |
Supported Languages | en,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_CreationDoc_Operation_AppStoreBrief__", "version": "1.0.38", "manifest_version": 3, "default_locale": "en", "action": { "default_icon": { "16": "assets\/icons\/48.png", "24": "assets\/icons\/48.png", "32": "assets\/icons\/48.png" }, "default_title": "__MSG_appName__" }, "icons": { "16": "assets\/icons\/48.png", "32": "assets\/icons\/48.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content.js" ] } ], "permissions": [ "tabs", "activeTab", "contextMenus", "cookies", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "app.html", "app.js", "page-post-frame-id.html", "page-post-frame-id.js" ], "matches": [ "*:\/\/*\/*" ] } ], "incognito": "not_allowed", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |