Klart
Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
什么是Klart?
Klart是由https://klart.io开发的Chrome扩展程序,该扩展的主要功能是“Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.”。
扩展截图
下载Klart扩展crx文件
下载Klart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Klart is a bookmarking service made for designers. Capture and organize anything you find online with just a click. It's perfect for collecting designs, copywriting and content. Capture a screenshot and a link of websites with just a click. All snapshots are uploaded to your private area on klart.io where you can access and organize them with ease. Anytime, anywhere.
扩展基本信息
名称 | Klart |
ID | kcfahcmpmlnalnchpbdoaifcjnnnimaa |
官方URL | https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa |
简介 | Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click. |
文件大小 | 363 KB |
安装次数 | 106 |
当前版本 | 1.2.2 |
更新时间 | 2020-04-20 |
上架时间 | 2020-04-19 |
评分 | 3.67/5 共6次评分 |
开发者 | https://klart.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://klart.io |
帮助页面URL | https://klart.io/faq |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Klart", "description": "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.", "homepage_url": "https:\/\/klart.io", "version": "1.2.2", "browser_action": { "default_icon": { "16": "logo-assets\/16x16-color.png", "24": "logo-assets\/24x24.png", "32": "logo-assets\/32x32-color.png" }, "default_title": "Capture it" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", " |