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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |