Quick Notes
Make and access notes quickly, at the launch of a new tab.
Quick Notes là gì?
Quick Notes là một tiện ích mở rộng Chrome được phát triển bởi sagar0907, và tính năng chính của nó là "Make and access notes quickly, at the launch of a new tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quick Notes
Tải xuống các tệp mở rộng Quick Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Notes |
ID | igjmkejolekkpjnaeknjgaghhlhhekle |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle |
Mô tả | Make and access notes quickly, at the launch of a new tab. |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 1,883 |
Phiên Bản Hiện Tại | 0.0.1.5 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | sagar0907 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |