PM
Post contextual reminders on web pages.
PM là gì?
PM là một tiện ích mở rộng Chrome được phát triển bởi chris.parnin, và tính năng chính của nó là "Post contextual reminders on web pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PM
Tải xuống các tệp mở rộng PM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PM |
ID | cgcfflfodgfcjgncckhjcmbibfebgfdo |
URL Chính Thức | https://chromewebstore.google.com/detail/pm/cgcfflfodgfcjgncckhjcmbibfebgfdo |
Mô tả | Post contextual reminders on web pages. |
Kích Thước Tệp | 473 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2013-09-07 |
Ngày Phát Hành | 2013-09-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | chris.parnin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chrisparnin/pm |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |