Klart

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

Klart là gì?

Klart là một tiện ích mở rộng Chrome được phát triển bởi https://klart.io, và tính năng chính của nó là "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Klart

Tải xuống các tệp mở rộng Klart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Klart Klart
ID kcfahcmpmlnalnchpbdoaifcjnnnimaa
URL Chính Thức https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa
Mô tả Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-04-20
Ngày Phát Hành 2020-04-19
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://klart.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://klart.io
URL Trang Trợ Giúp https://klart.io/faq
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}