Pacer
A productivity tool that nudges you every X minutes to help pace yourself.
ما هو Pacer؟
Pacer هو إضافة Chrome تم تطويرها بواسطة http://falcondai.com، والميزة الرئيسية لها هي "A productivity tool that nudges you every X minutes to help pace yourself.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pacer
قم بتنزيل ملفات الامتداد Pacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ooeamnobedpgkckfbgcfcflhglafjfkc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc |
الوصف | A productivity tool that nudges you every X minutes to help pace yourself. |
حجم الملف | 298 KB |
عدد التثبيتات | 262 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2013-09-21 |
تاريخ النشر | 2013-09-21 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | http://falcondai.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/falcondai/chrome-ext-pacer |
عنوان صفحة المساعدة | https://github.com/falcondai/chrome-ext-pacer/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pacer", "version": "0.2.1", "manifest_version": 2, "author": "Falcon Dai", "icons": { "128": "\/assets\/image\/logo.png" }, "description": "A productivity tool that nudges you every X minutes to help pace yourself.", "options_page": "options.html", "permissions": [ "alarms", "notifications", "storage" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "background": { "persistent": false, "page": "background.html" }, "web_accessible_resources": [ "\/assets\/image\/logo.png" ] } |