Paper: New tab notebook
Clean, simple interface to write notes
Paper: New tab notebook là gì?
Paper: New tab notebook là một tiện ích mở rộng Chrome được phát triển bởi Olivia Li, và tính năng chính của nó là "Clean, simple interface to write notes".
Ả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 Paper: New tab notebook
Tải xuống các tệp mở rộng Paper: New tab notebook 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
Save notes in your new tab page. Notes are being saved using local storage, so your data is kept safe and secure. Make sure to press "Keep it" when Chrome asks whether you want to revert back to the original new tab The code is open source and available at https://github.com/olivia-li/paper
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Paper: New tab notebook |
ID | onpkjdjjllkdepfhcaklijcfegdjehkm |
URL Chính Thức | https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm |
Mô tả | Clean, simple interface to write notes |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 377 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2021-09-30 |
Ngày Phát Hành | 2020-07-31 |
Đánh Giá | 4.52/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Olivia Li |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paper: New tab notebook", "version": "2.2", "description": "Clean, simple interface to write notes", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "note.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2 } |