Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
ما هو Min New Tab؟
Min New Tab هو إضافة Chrome تم تطويرها بواسطة Stanley Lim، والميزة الرئيسية لها هي "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Min New Tab
قم بتنزيل ملفات الامتداد Min New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
معلومات أساسية عن التمديد
الاسم | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
الوصف | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
حجم الملف | 51.95 KB |
عدد التثبيتات | 73 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-07-29 |
تاريخ النشر | 2016-07-29 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Stanley Lim |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |