PM
Post contextual reminders on web pages.
ما هو PM؟
PM هو إضافة Chrome تم تطويرها بواسطة chris.parnin، والميزة الرئيسية لها هي "Post contextual reminders on web pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PM
قم بتنزيل ملفات الامتداد PM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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": [ " |