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 Parth Bhardwaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create notes instantly for individual webpages while browsing the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Pad : Make quick notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |