Page Pad : Make quick notes

Create notes instantly for individual webpages while browsing the web.

Qu'est-ce que Page Pad : Make quick notes ?

Page Pad : Make quick notes est une extension Chrome développée par Parth Bhardwaj, et sa fonction principale est "Create notes instantly for individual webpages while browsing the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Pad : Make quick notes

Téléchargez les fichiers d'extension Page Pad : Make quick notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Pad : Make quick notes Page Pad : Make quick notes
ID igobdfagkcadgcfooegonbbeeggagakn
URL Officiel https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn
Description Create notes instantly for individual webpages while browsing the web.
Taille du Fichier 3.39 MB
Nombre d'Installations 1,096
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-01-22
Date de Publication 2021-06-16
Évaluation 4.83/5 Total 12 Évaluations
Développeur Parth Bhardwaj
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pagepad.netlify.app/
Langues Prises en Charge 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"
    ]
}