Revolution New Tab
Replaces the default new tab page with a better one.
ما هو Revolution New Tab؟
Revolution New Tab هو إضافة Chrome تم تطويرها بواسطة Revolution New Tab، والميزة الرئيسية لها هي "Replaces the default new tab page with a better one.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Revolution New Tab
قم بتنزيل ملفات الامتداد Revolution New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the default new tab page with a more customisable one. Change links, icons, colours, background images and widgets. CHANGELOG Version 1.01 - Improved load times from ~350ms to ~150ms - Fixed occasional on-off switch rendering bugs - Empty icons on default page are now hidden - Removed some animations to improve performance Version 1.1 - Added option for transparent icons - Flatter design - Removed weather funtionality until a more reliable alternative is available - Replaced weather funtionality with time and date, once weather is re-added, will add a toggle - Added stopwatch (can be switched with time and date) Version 1.11 - Switched from incrementing timing to delta timing to make it more reliable Version 1.12 - Minor style changes
معلومات أساسية عن التمديد
الاسم | Revolution New Tab |
ID | nonfgobbbcffenfbkdgnafikbadicaan |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan |
الوصف | Replaces the default new tab page with a better one. |
حجم الملف | 896 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 1.12 |
آخر تحديث | 2017-11-27 |
تاريخ النشر | 2017-11-27 |
تقييم | 4.88/5 مجموع تقييمات 8 |
المطور | Revolution New Tab |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revolution New Tab", "description": "Replaces the default new tab page with a better one.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.12", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "css\/img\/icon16.png", "32": "css\/img\/icon32.png", "48": "css\/img\/icon48.png" } } |