PM
Post contextual reminders on web pages.
O que é PM?
PM é uma extensão do Chrome desenvolvida por chris.parnin, e sua principal característica é "Post contextual reminders on web pages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PM
Baixe arquivos de extensão PM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
URL Oficial | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Descrição | Post contextual reminders on web pages. |
Tamanho do Arquivo | 473 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.0.4 |
Última Atualização | 2013-09-07 |
Data de Publicação | 2013-09-07 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | chris.parnin |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chrisparnin/pm |
Idiomas Suportados | 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": [ " |