Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
什么是Snap Note?
Snap Note是由Arthelon开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension in the form of a pop-up notepad with various functions”。
扩展截图
下载Snap Note扩展crx文件
下载Snap Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome Extension in the form of a pop-up notepad with various functions.
IMPORTANT :
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing. 扩展基本信息
| 名称 | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| 官方URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| 简介 | A Chrome Extension in the form of a pop-up notepad with various functions |
| 文件大小 | 277 KB |
| 安装次数 | 908 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2015-09-11 |
| 上架时间 | 2015-09-11 |
| 评分 | 3.91/5 共11次评分 |
| 开发者 | Arthelon |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/Arthelon |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snap Note",
"version": "0.0.5",
"manifest_version": 2,
"description": "A Chrome Extension in the form of a pop-up notepad with various functions",
"author": "Daniel Hsing",
"offline_enabled": true,
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"32": "images\/note-32.png",
"48": "images\/note-48.png",
"128": "images\/note-128.png"
},
"browser_action": {
"default_icon": "images\/note-128.png",
"default_title": "Snap Note",
"default_popup": "index.html"
},
"permissions": [
"unlimitedStorage"
],
"web_accessible_resources": [
"index.html",
"js\/popup.js"
]
} | |