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.」です。
拡張機能のスクリーンショット
Page Pad : Make quick notes拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |