Klart
Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
Apa itu Klart?
Klart adalah ekstensi Chrome yang dikembangkan oleh https://klart.io, dan fitur utamanya adalah "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Klart
Unduh file ekstensi Klart dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Klart |
ID | kcfahcmpmlnalnchpbdoaifcjnnnimaa |
URL Resmi | https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa |
Deskripsi | Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click. |
Ukuran File | 363 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2020-04-20 |
Tanggal Publikasi | 2020-04-19 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | https://klart.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://klart.io |
URL Halaman Bantuan | https://klart.io/faq |
Bahasa yang Didukung | 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", " |