Super Quick Note
This extension helps you take super quick notes.
什么是Super Quick Note?
Super Quick Note是由ndao开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you take super quick notes.”。
扩展截图
下载Super Quick Note扩展crx文件
下载Super Quick Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take a super quick note right in chrome when you need it! Sync across devices (If you have chrome sync enabled) Type plain text or format your text if you want to by highlighting the text and choose your format option (Thanks to medium-editor!)
扩展基本信息
名称 | Super Quick Note |
ID | koompliecfdggdekbckngldibgmgehkn |
官方URL | https://chromewebstore.google.com/detail/super-quick-note/koompliecfdggdekbckngldibgmgehkn |
简介 | This extension helps you take super quick notes. |
文件大小 | 67.43 KB |
安装次数 | 1,061 |
当前版本 | 0.0.0.1 |
更新时间 | 2016-11-28 |
上架时间 | 2016-11-28 |
评分 | 4.33/5 共12次评分 |
开发者 | ndao |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Note", "description": "This extension helps you take super quick notes.", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Add notes!" }, "permissions": [ "storage" ] } |