PM
Post contextual reminders on web pages.
Co to jest PM?
PM to rozszerzenie Chrome opracowane przez chris.parnin, a jego główną funkcją jest „Post contextual reminders on web pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PM
Pobierz pliki rozszerzeń PM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
Oficjalny URL | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Opis | Post contextual reminders on web pages. |
Rozmiar pliku | 473 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2013-09-07 |
Data Publikacji | 2013-09-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | chris.parnin |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/chrisparnin/pm |
Obsługiwane Języki | 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": [ " |