Klart
Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.
Vad är Klart?
Klart är en Chrome-tillägg utvecklad av https://klart.io, och dess huvudfunktion är "Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click.".
Tilläggsskärmbilder
Ladda ner Klart-förlängningens CRX-fil
Ladda ner Klart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Klart |
ID | kcfahcmpmlnalnchpbdoaifcjnnnimaa |
Officiell webbadress | https://chromewebstore.google.com/detail/klart/kcfahcmpmlnalnchpbdoaifcjnnnimaa |
Beskrivning | Klart is a bookmarking service made for designers. Capture a screenshot and a link to anything online with just a click. |
Filstorlek | 363 KB |
Antal Installationer | 106 |
Aktuell Version | 1.2.2 |
Senast Uppdaterad | 2020-04-20 |
Publiceringsdatum | 2020-04-19 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | https://klart.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://klart.io |
Hjälpsida URL | https://klart.io/faq |
Stödda Språk | 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", " |