Smart Notes
browser based sticky notes 🔥
什么是Smart Notes?
Smart Notes是由https://smartcodehub.com开发的Chrome扩展程序,该扩展的主要功能是“browser based sticky notes 🔥”。
扩展截图
下载Smart Notes扩展crx文件
下载Smart Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Smart Note is a note-taking displaying them in easy to consume way, and brand new feature of video conferencing directly from your browser new tab without going to any url developed by Smartcodehub It also supports photo notes, voice notes. a simple alarm notification setting We covered it when it launched, but the short version is that Smart Notes lets you quickly take and save those notes, photos, voice memos, It supports Video Calls Audio Calls video Conferencing screen sharing for better colabration Call recording and many more which you expect from an app the cool thing is you can do it directly fro your browsers new tab
扩展基本信息
名称 | Smart Notes |
ID | aimmakfgnnekphmbajghonpfkjljmfkn |
官方URL | https://chromewebstore.google.com/detail/smart-notes/aimmakfgnnekphmbajghonpfkjljmfkn |
简介 | browser based sticky notes 🔥 |
文件大小 | 3.69 MB |
安装次数 | 1,488 |
当前版本 | 1.0.7 |
更新时间 | 2020-06-29 |
上架时间 | 2020-06-29 |
评分 | 4.20/5 共5次评分 |
开发者 | https://smartcodehub.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://smartnotes.smartcodehub.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Notes", "author": "Neeraj Dana", "version": "1.0.7", "description": "browser based sticky notes \ud83d\udd25", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' https:\/\/*.smartcodehub.com; object-src 'self'" } |