Page Pad : Make quick notes
Create notes instantly for individual webpages while browsing the web.
Τι είναι το Page Pad : Make quick notes;
Το Page Pad : Make quick notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Parth Bhardwaj, και η κύρια λειτουργία του είναι "Create notes instantly for individual webpages while browsing the web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Page Pad : Make quick notes
Λήψη αρχείων επέκτασης Page Pad : Make quick notes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
Επίσημο URL | https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn |
Περιγραφή | Create notes instantly for individual webpages while browsing the web. |
Μέγεθος Αρχείου | 3.39 MB |
Αριθμός Εγκαταστάσεων | 1,096 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2023-01-22 |
Ημερομηνία Δημοσίευσης | 2021-06-16 |
Αξιολόγηση | 4.83/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Parth Bhardwaj |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pagepad.netlify.app/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |