Mirage New Tab
Great new tab page with visual bookmarks, folders and apps.
ما هو Mirage New Tab؟
Mirage New Tab هو إضافة Chrome تم تطويرها بواسطة miragetab، والميزة الرئيسية لها هي "Great new tab page with visual bookmarks, folders and apps.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mirage New Tab
قم بتنزيل ملفات الامتداد Mirage New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will change your default new tab. Features Mirage New Tab: - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures. - Auto background change from unsplash collections. - Search with the ability to change the search engine, autofocus, suggestions and history. - Ability to add your own apps. - Export and import of all user data. - Notepad, dark theme and more.
معلومات أساسية عن التمديد
الاسم | Mirage New Tab |
ID | nolmkkindjjpkgkpkhpghncjkioalpdg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg |
الوصف | Great new tab page with visual bookmarks, folders and apps. |
حجم الملف | 485 KB |
عدد التثبيتات | 579 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-07-30 |
تاريخ النشر | 2021-07-30 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | miragetab |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://gtab.store/pp |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mirage New Tab", "description": "Great new tab page with visual bookmarks, folders and apps.", "version": "1.0.0", "icons": { "256": "icons\/256.png", "128": "icons\/128.png", "64": "icons\/64.png" }, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "topSites", "downloads" ], "host_permissions": [ "*:\/\/google.com\/complete\/search\/*" ] } |