Chrome Note
A handy way to keep notes while you browse the web
什么是Chrome Note?
Chrome Note是由gazza7205开发的Chrome扩展程序,该扩展的主要功能是“A handy way to keep notes while you browse the web”。
扩展截图
下载Chrome Note扩展crx文件
下载Chrome Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
扩展基本信息
名称 | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
官方URL | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
简介 | A handy way to keep notes while you browse the web |
文件大小 | 86.14 KB |
安装次数 | 1,069 |
当前版本 | 1.1 |
更新时间 | 2015-07-26 |
上架时间 | 2015-07-26 |
评分 | 5.00/5 共1次评分 |
开发者 | gazza7205 |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |