Mini Sticky Notes
Helps to quickly take a note of anything, anytime.
什么是Mini Sticky Notes?
Mini Sticky Notes是由Jenis Patel开发的Chrome扩展程序,该扩展的主要功能是“Helps to quickly take a note of anything, anytime.”。
扩展截图
下载Mini Sticky Notes扩展crx文件
下载Mini Sticky Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there.
It is just a board for you where you can add your daily important points that need to be focused on.
RECENT UPDATES:
** Latest Release 1.3.2 (March 2018) **
1. Minor UI changes.
** Update 1.3.1 (March 2018) **
1. Support for auto saving has been added. 扩展基本信息
| 名称 | |
| ID | ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
| 官方URL | https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
| 简介 | Helps to quickly take a note of anything, anytime. |
| 文件大小 | 39.92 KB |
| 安装次数 | 13,310 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2018-03-12 |
| 上架时间 | 2018-03-12 |
| 评分 | 4.67/5 共24次评分 |
| 开发者 | Jenis Patel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mini Sticky Notes",
"description": "Helps to quickly take a note of anything, anytime.",
"version": "1.3.2",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Mini Sticky Notes",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"page": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/jquery.min.js",
"js\/custom.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
]
} | |