Take a note
This extension will let you take a simple note in Chrome.
什么是Take a note?
Take a note是由omgmog开发的Chrome扩展程序,该扩展的主要功能是“This extension will let you take a simple note in Chrome.”。
扩展截图
下载Take a note扩展crx文件
下载Take a note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button. 扩展基本信息
| 名称 | |
| ID | kfiafdpdemicicjnfadpklcolhjghggp |
| 官方URL | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
| 简介 | This extension will let you take a simple note in Chrome. |
| 文件大小 | 15.07 KB |
| 安装次数 | 682 |
| 当前版本 | 1.1 |
| 更新时间 | 2013-09-30 |
| 上架时间 | 2013-09-30 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | omgmog |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://omgmog.net |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Take a note",
"description": "This extension will let you take a simple note in Chrome.",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |