Time is Running
Replace new tab page with 'Running Time'
ما هو Time is Running؟
Time is Running هو إضافة Chrome تم تطويرها بواسطة http://techproceed.com، والميزة الرئيسية لها هي "Replace new tab page with 'Running Time'".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time is Running
قم بتنزيل ملفات الامتداد Time is Running بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work. Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.
معلومات أساسية عن التمديد
الاسم | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
الوصف | Replace new tab page with 'Running Time' |
حجم الملف | 149 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 0.6 |
آخر تحديث | 2014-07-25 |
تاريخ النشر | 2014-07-25 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | http://techproceed.com |
نوع الدفع | free |
موقع الإضافة | http://www.techproceed.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with 'Running Time'", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Time is Running", "offline_enabled": true, "version": "0.6" } |