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.”。

擴展截圖

screenshot
screenshot

下載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 Klart
ID kcfahcmpmlnalnchpbdoaifcjnnnimaa
官方網址 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"
    }
}