Nudge
Raw productivity
ما هو Nudge؟
Nudge هو إضافة Chrome تم تطويرها بواسطة AlbandApps، والميزة الرئيسية لها هي "Raw productivity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nudge
قم بتنزيل ملفات الامتداد Nudge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Nudge sends you notifications when you get off track. Simply 'blacklist' the sites you want to avoid while working and then you're good to go. Nudge is a sexy, simple, and streamlined alternative to blocking sites. You're not 5 anymore. You should be able to decide when to take a break and for how long. In that sense, we are a 'nudge' not a shove. With this service you have more time to do the things you love like: snowboard, write, socialize with friends, pet kittens, and not vote for Trump.
معلومات أساسية عن التمديد
الاسم | Nudge |
ID | hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
الوصف | Raw productivity |
حجم الملف | 2.4 MB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0.0.1 |
آخر تحديث | 2016-11-25 |
تاريخ النشر | 2016-11-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | AlbandApps |
نوع الدفع | free |
موقع الإضافة | https://nudge.carrd.co/ |
عنوان صفحة المساعدة | https://abtnudge.carrd.co/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nudge", "description": "Raw productivity", "version": "1.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [ "tabs", "notifications", "alarms", "storage" ] } |