Klart
Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
¿Qué es Klart?
Klart es una extensión de Chrome desarrollada por https://klart.io, y su función principal es "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Klart
Descarga archivos de extensión Klart en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | kcfahcmpmlnalnchpbdoaifcjnnnimaa |
| URL Oficial | https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa |
| Descripción | Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click. |
| Tamaño del Archivo | 363 KB |
| Cantidad de Instalaciones | 106 |
| Versión Actual | 1.2.2 |
| Última Actualización | 2020-04-20 |
| Fecha de Publicación | 2020-04-19 |
| Calificación | 3.67/5 Total de 6 Calificaciones |
| Desarrollador | https://klart.io |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://klart.io |
| URL de la Página de Ayuda | https://klart.io/faq |
| Idiomas Soportados | 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",
" | |