PM
Post contextual reminders on web pages.
什么是PM?
PM是由chris.parnin开发的Chrome扩展程序,该扩展的主要功能是“Post contextual reminders on web pages.”。
扩展截图
下载PM扩展crx文件
下载PM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Prospective memory helps us remember to perform an action in the future. We often use physical locations and cues, to remember daily activities like taking pills, or walk the dog. In digital spaces, there is often no equivalent device. PM is a chrome extension that allows reminders to be contextually placed in a browser location. You could use a reminder to send a message to someone in gmail, make notes on a web app you are developing, github project page, or leave "guilty" notes in places we go when not working (reddit, hacker news, etc).
扩展基本信息
名称 | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
官方URL | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
简介 | Post contextual reminders on web pages. |
文件大小 | 473 KB |
安装次数 | 33 |
当前版本 | 1.0.4 |
更新时间 | 2013-09-07 |
上架时间 | 2013-09-07 |
评分 | 5.00/5 共2次评分 |
开发者 | chris.parnin |
付费类型 | free |
扩展官网 | https://github.com/chrisparnin/pm |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PM", "version": "1.0.4", "manifest_version": 2, "description": "Post contextual reminders on web pages.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "PM.png", "default_popup": "browser_action.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Ctrl+M", "windows": "Ctrl+Shift+M" } } }, "content_scripts": [ { "matches": [ " |