Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
ما هو Minimalistic New Tab؟
Minimalistic New Tab هو إضافة Chrome تم تطويرها بواسطة smenigat، والميزة الرئيسية لها هي "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimalistic New Tab
قم بتنزيل ملفات الامتداد Minimalistic New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
معلومات أساسية عن التمديد
الاسم | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
الوصف | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
حجم الملف | 554 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-08-26 |
تاريخ النشر | 2019-08-26 |
المطور | smenigat |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |