PM
Post contextual reminders on web pages.
Wat is PM?
PM is een Chrome-extensie ontwikkeld door chris.parnin, en de belangrijkste functie is "Post contextual reminders on web pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie PM
Download PM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
Officiële URL | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Beschrijving | Post contextual reminders on web pages. |
Bestandsgrootte | 473 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2013-09-07 |
Publicatiedatum | 2013-09-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | chris.parnin |
Betalingswijze | free |
Extensiewebsite | https://github.com/chrisparnin/pm |
Ondersteunde Talen | 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": [ " |