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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create notes instantly for individual webpages while browsing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Page Pad : Make quick notes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}