Page Pad : Make quick notes
Create notes instantly for individual webpages while browsing the web.
Page Pad : Make quick notes là gì?
Page Pad : Make quick notes là một tiện ích mở rộng Chrome được phát triển bởi Parth Bhardwaj, và tính năng chính của nó là "Create notes instantly for individual webpages while browsing the web.".
Ả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 Page Pad : Make quick notes
Tải xuống các tệp mở rộng Page Pad : Make 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
A simple tool to create, edit and organise your notes. -------------------------------------------------------------------------------------------- KEYBOARD SHORTCUT : Use the keyboard shortcut given below to open extension popup : - Windows : Ctrl+Shift+Space - Mac : Command+Shift+Space - ChromeOS : Ctrl+Shift+Space -------------------------------------------------------------------------------------------- FEATURES : - Create notes for individual webpages. - Refer notes of all webpages of a website at once! - Rich text editor - Fully editable notes - Autosave feature - Works offline - Keyboard accessible UPCOMING FEATURES : - Voice based notes (Speech to text) - Quick note addition ---------------------------------------------------------------------------------------------- Disclaimer : Page Pad does not collect or use your data. It requires tab permission for fetching notes which are already created by the user for a webpage or website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
URL Chính Thức | https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn |
Mô tả | Create notes instantly for individual webpages while browsing the web. |
Kích Thước Tệp | 3.39 MB |
Số Lần Cài Đặt | 1,096 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2023-01-22 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 4.83/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Parth Bhardwaj |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pagepad.netlify.app/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Pad : Make quick notes", "description": "Create notes instantly for individual webpages while browsing the web.", "author": "Parth Bhardwaj", "version": "2.0.3", "content_security_policy": "script-src 'self' https:\/\/plausible.io\/js\/script.js; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "\/img\/logo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Space", "mac": "Command+Shift+Space", "chromeos": "Ctrl+Shift+Space", "linux": "Ctrl+Shift+Space" } } }, "permissions": [ "tabs" ] } |