Page Pad : Make quick notes
Create notes instantly for individual webpages while browsing the web.
¿Qué es Page Pad : Make quick notes?
Page Pad : Make quick notes es una extensión de Chrome desarrollada por Parth Bhardwaj, y su función principal es "Create notes instantly for individual webpages while browsing the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Page Pad : Make quick notes
Descarga archivos de extensión Page Pad : Make quick notes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
URL Oficial | https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn |
Descripción | Create notes instantly for individual webpages while browsing the web. |
Tamaño del Archivo | 3.39 MB |
Cantidad de Instalaciones | 1,096 |
Versión Actual | 2.0.3 |
Última Actualización | 2023-01-22 |
Fecha de Publicación | 2021-06-16 |
Calificación | 4.83/5 Total de 12 Calificaciones |
Desarrollador | Parth Bhardwaj |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pagepad.netlify.app/ |
Idiomas Soportados | 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" ] } |