Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
ما هو Minimalist New Tab؟
Minimalist New Tab هو إضافة Chrome تم تطويرها بواسطة John، والميزة الرئيسية لها هي "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimalist New Tab
قم بتنزيل ملفات الامتداد Minimalist New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
معلومات أساسية عن التمديد
الاسم | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
الوصف | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
حجم الملف | 131 KB |
عدد التثبيتات | 262 |
النسخة الحالية | 0.2.6 |
آخر تحديث | 2019-02-06 |
تاريخ النشر | 2019-02-06 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | John |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |