Surf Clock
Keep track of the time you spend surfing on the web.
ما هو Surf Clock؟
Surf Clock هو إضافة Chrome تم تطويرها بواسطة https://surfclock.io، والميزة الرئيسية لها هي "Keep track of the time you spend surfing on the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Surf Clock
قم بتنزيل ملفات الامتداد Surf Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private. - While browsing the web, the time you spend on websites is accurately measured. - Adjust the time frame to easily spot for how long you've been on any site during that period. - No information is sent to our clouds, it's all yours on your computer. Necessary permissions: - "Read your browsing history" to detect when you load new sites and switch tabs / windows - "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website
معلومات أساسية عن التمديد
الاسم | Surf Clock |
ID | bhmamcldpbfndmkibakfgkibichjbifo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
الوصف | Keep track of the time you spend surfing on the web. |
حجم الملف | 186 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2017-12-04 |
تاريخ النشر | 2017-12-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://surfclock.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://surfclock.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surf Clock", "version": "1.0.4", "author": "crococoding", "homepage_url": "https:\/\/surfclock.io", "description": "Keep track of the time you spend surfing on the web.", "icons": { "128": "chrome\/icon_128.png" }, "browser_action": { "default_icon": "chrome\/icon_128.png", "default_popup": "chrome\/popup_chrome.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "core\/background\/dexie.min.js", "core\/background\/vibrant.min.js", "core\/background\/database.js", "core\/background\/logger.js", "chrome\/background_chrome.js" ] } } |