PM
Post contextual reminders on web pages.
Apa itu PM?
PM adalah ekstensi Chrome yang dikembangkan oleh chris.parnin, dan fitur utamanya adalah "Post contextual reminders on web pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PM
Unduh file ekstensi PM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
URL Resmi | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Deskripsi | Post contextual reminders on web pages. |
Ukuran File | 473 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2013-09-07 |
Tanggal Publikasi | 2013-09-07 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | chris.parnin |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chrisparnin/pm |
Bahasa yang Didukung | 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": [ " |