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 |
官方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" ] } |