Clarity
Take notes at the speed of your thoughts!
什么是Clarity?
Clarity是由Abu开发的Chrome扩展程序,该扩展的主要功能是“Take notes at the speed of your thoughts!”。
扩展截图
下载Clarity扩展crx文件
下载Clarity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Capture notes in YouTube at the speed of your thoughts by just using notion style markdowns, keyboard shortcuts or markdowns. Take notes super quickly by just focusing on the content and not getting distracted by clicking lots of different icons. :)
扩展基本信息
名称 | Clarity |
ID | ljjmlfeagplfhbfkfapkhncmdhbmnhkb |
官方URL | https://chromewebstore.google.com/detail/clarity/ljjmlfeagplfhbfkfapkhncmdhbmnhkb |
简介 | Take notes at the speed of your thoughts! |
文件大小 | 1.63 MB |
安装次数 | 1,683 |
当前版本 | 0.0.0.22 |
更新时间 | 2023-07-31 |
上架时间 | 2021-10-08 |
评分 | 4.65/5 共17次评分 |
开发者 | Abu |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.claritynotes.io/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clarity", "description": "Take notes at the speed of your thoughts!", "version": "0.0.0.22", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.claritynotes.io\/*", "https:\/\/app.claritynotes.io\/*" ], "js": [ "jquery.js", "supabase.js", "airtable.js", "easymde.js", "snarkdown.js", "get-video-id.js", "content-script.js" ], "css": [ "css\/all.min.css", "style.css", "easymde.css" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/notes-16.png", "48": "images\/notes-48.png", "128": "images\/notes-128.png" }, "permissions": [ "storage", "notifications" ], "action": [], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" } } }, "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "css\/all.min.css", "webfonts\/*", "fonts\/Inter-VariableFont_slnt,wght.ttf" ], "matches": [ " |