Page Pad : Make quick notes
Create notes instantly for individual webpages while browsing the web.
O que é Page Pad : Make quick notes?
Page Pad : Make quick notes é uma extensão do Chrome desenvolvida por Parth Bhardwaj, e sua principal característica é "Create notes instantly for individual webpages while browsing the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page Pad : Make quick notes
Baixe arquivos de extensão Page Pad : Make quick notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
URL Oficial | https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn |
Descrição | Create notes instantly for individual webpages while browsing the web. |
Tamanho do Arquivo | 3.39 MB |
Contagem de Instalações | 1,096 |
Versão Atual | 2.0.3 |
Última Atualização | 2023-01-22 |
Data de Publicação | 2021-06-16 |
Classificação | 4.83/5 Total de 12 Avaliações |
Desenvolvedor | Parth Bhardwaj |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pagepad.netlify.app/ |
Idiomas Suportados | 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" ] } |