Page Pad : Make quick notes
Create notes instantly for individual webpages while browsing the web.
Co to jest Page Pad : Make quick notes?
Page Pad : Make quick notes to rozszerzenie Chrome opracowane przez Parth Bhardwaj, a jego główną funkcją jest „Create notes instantly for individual webpages while browsing the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Page Pad : Make quick notes
Pobierz pliki rozszerzeń Page Pad : Make quick notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
Oficjalny URL | https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn |
Opis | Create notes instantly for individual webpages while browsing the web. |
Rozmiar pliku | 3.39 MB |
Liczba instalacji | 1,096 |
Aktualna Wersja | 2.0.3 |
Ostatnia Aktualizacja | 2023-01-22 |
Data Publikacji | 2021-06-16 |
Ocena | 4.83/5 Łącznie 12 Oceny |
Deweloper | Parth Bhardwaj |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://pagepad.netlify.app/ |
Obsługiwane Języki | 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" ] } |