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.
擴展基本資訊
名稱 | Page Pad : Make quick notes |
ID | igobdfagkcadgcfooegonbbeeggagakn |
官方網址 | 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" ] } |