Klart

Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.

Qu'est-ce que Klart ?

Klart est une extension Chrome développée par https://klart.io, et sa fonction principale est "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Klart

Téléchargez les fichiers d'extension Klart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Klart Klart
ID kcfahcmpmlnalnchpbdoaifcjnnnimaa
URL Officiel https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa
Description Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
Taille du Fichier 363 KB
Nombre d'Installations 106
Version Actuelle 1.2.2
Dernière Mise à Jour 2020-04-20
Date de Publication 2020-04-19
Évaluation 3.67/5 Total 6 Évaluations
Développeur https://klart.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://klart.io
URL de la Page d'Aide https://klart.io/faq
Langues Prises en Charge 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",
        ""
    ],
    "icons": {
        "16": "logo-assets\/16x16-color.png",
        "32": "logo-assets\/32x32-color.png",
        "48": "logo-assets\/48x48-color.png",
        "128": "logo-assets\/128x128-color.png"
    }
}