NoteTaker
Take quick notes and save them without moving away from your browser!
什么是NoteTaker?
NoteTaker是由Nehan Sikder开发的Chrome扩展程序,该扩展的主要功能是“Take quick notes and save them without moving away from your browser!”。
扩展截图
下载NoteTaker扩展crx文件
下载NoteTaker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes! Logo design - [email protected]
扩展基本信息
名称 | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
官方URL | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
简介 | Take quick notes and save them without moving away from your browser! |
文件大小 | 394 KB |
安装次数 | 1,015 |
当前版本 | 0.0.0.3 |
更新时间 | 2017-01-15 |
上架时间 | 2017-01-15 |
评分 | 4.00/5 共4次评分 |
开发者 | Nehan Sikder |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoteTaker", "description": "Take quick notes and save them without moving away from your browser!", "version": "0.0.0.3", "manifest_version": 2, "browser_action": { "default_icon": "logo3.png" }, "background": { "scripts": [ "jquery.js", "FileSaver.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "FileSaver.js", "background.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |