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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Klart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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",
        ""
    ],
    "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"
    }
}