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 |
官方網址 | 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": [ " |