PM
Post contextual reminders on web pages.
Co je PM?
PM je rozšíření Chrome vyvinuté chris.parnin, a jeho hlavní funkcí je „Post contextual reminders on web pages.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PM
Stáhněte si soubory rozšíření PM ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
Oficiální URL | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Popis | Post contextual reminders on web pages. |
Velikost souboru | 473 KB |
Počet instalací | 33 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2013-09-07 |
Datum Vydání | 2013-09-07 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | chris.parnin |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/chrisparnin/pm |
Podporované Jazyky | 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": [ " |