Quick Notes
Make and access notes quickly, at the launch of a new tab.
什么是Quick Notes?
Quick Notes是由sagar0907开发的Chrome扩展程序,该扩展的主要功能是“Make and access notes quickly, at the launch of a new tab.”。
扩展截图
下载Quick Notes扩展crx文件
下载Quick Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick Notes lets you make notes on the fly which are accessible at the launch a new tab. It helps you organise your notes and colour code them as you please. It lets you add rich formatted text, images and links. Also drag and drop pretty much any thing you find interesting while you browse the internet. You can contribute at https://github.com/sagar0907/quickNotes. Feature requests are welcome.
扩展基本信息
名称 | Quick Notes |
ID | igjmkejolekkpjnaeknjgaghhlhhekle |
官方URL | https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle |
简介 | Make and access notes quickly, at the launch of a new tab. |
文件大小 | 1.03 MB |
安装次数 | 1,883 |
当前版本 | 0.0.1.5 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.00/5 共9次评分 |
开发者 | sagar0907 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Notes", "short_name": "Quick Notes", "description": "Make and access notes quickly, at the launch of a new tab.", "version": "0.0.1.5", "browser_action": { "default_icon": "images\/Quick_Note_Icon_48.png", "default_title": "Quick Notes" }, "icons": { "16": "images\/Quick_Note_Icon_16.png", "48": "images\/Quick_Note_Icon_48.png", "128": "images\/Quick_Note_Icon_128.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "permissions": [ "tabs", "activeTab", "background", "contextMenus", "storage", "clipboardRead", "clipboardWrite" ], "background": { "page": "html\/background.html", "persistent": true } } |