New Tab Clock

Replaces the New Tab page with a simple customizable clock.

ما هو New Tab Clock؟

New Tab Clock هو إضافة Chrome تم تطويرها بواسطة https://leggett.org، والميزة الرئيسية لها هي "Replaces the New Tab page with a simple customizable clock.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Tab Clock

قم بتنزيل ملفات الامتداد New Tab Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date. 

PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.

SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.                    

معلومات أساسية عن التمديد

الاسم New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
الوصف Replaces the New Tab page with a simple customizable clock.
حجم الملف 73.84 KB
عدد التثبيتات 10,000
النسخة الحالية 2.7
آخر تحديث 2021-03-19
تاريخ النشر 2019-10-15
تقييم 3.89/5 مجموع تقييمات 190
المطور https://leggett.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://leggett.org
عنوان صفحة سياسة الخصوصية https://simpl.fyi/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Clock",
    "version": "2.7",
    "description": "Replaces the New Tab page with a simple customizable clock.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
}