Stay focused
Get a reminder to stay on task when you open a new tab to procrastinate.
ما هو Stay focused؟
Stay focused هو إضافة Chrome تم تطويرها بواسطة https://paulspelman.com، والميزة الرئيسية لها هي "Get a reminder to stay on task when you open a new tab to procrastinate.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stay focused
قم بتنزيل ملفات الامتداد Stay focused بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you! Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work. // If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!
معلومات أساسية عن التمديد
الاسم | Stay focused |
ID | hdapgldmkapoplmijdlennaekoaaekcn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn |
الوصف | Get a reminder to stay on task when you open a new tab to procrastinate. |
حجم الملف | 33.63 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-06-28 |
تاريخ النشر | 2019-06-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://paulspelman.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stay focused", "description": "Get a reminder to stay on task when you open a new tab to procrastinate.", "version": "1.0", "author": "Paul Spelman", "browser_action": { "default_icon": "favicon-128.png", "default_title": "Stay focused" }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "96": "favicon-96x96.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |