Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
什么是Super Quick Notes?
Super Quick Notes是由Tilek Mamutov开发的Chrome扩展程序,该扩展的主要功能是“Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.”。
扩展截图
下载Super Quick Notes扩展crx文件
下载Super Quick Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
扩展基本信息
名称 | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
官方URL | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
简介 | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
文件大小 | 125 KB |
安装次数 | 218 |
当前版本 | 1.1.3 |
更新时间 | 2017-01-04 |
上架时间 | 2017-01-04 |
评分 | 4.43/5 共7次评分 |
开发者 | Tilek Mamutov |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |