ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
ما هو ValueTime؟
ValueTime هو إضافة Chrome تم تطويرها بواسطة Shubham Mathur، والميزة الرئيسية لها هي "Replace new tab page with a page showing time left in day,(kind of reverse clock).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ValueTime
قم بتنزيل ملفات الامتداد ValueTime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
UPDATE: Dark and Light mode added, click that button to switch between modes. It is a web page which replaces new tab. It displays motivation quotes and time remaining in the day, so as to keep one motivated to complete his goals and prevent him to waste any time. In short, it is kind of reverse clock. This extension is inspired from "Motivation". Thanks to maccman for "Motivation" extension
معلومات أساسية عن التمديد
الاسم | ValueTime |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj |
الوصف | Replace new tab page with a page showing time left in day,(kind of reverse clock). |
حجم الملف | 99.24 KB |
عدد التثبيتات | 97 |
النسخة الحالية | 1.2.7 |
آخر تحديث | 2017-05-19 |
تاريخ النشر | 2017-05-19 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Shubham Mathur |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "valuetime.js" ] }, "chrome_url_overrides": { "newtab": "home.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with a page showing time left in day,(kind of reverse clock).", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "ValueTime", "short_name": "Reverse Clock", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.7" } |