Blank New Tab Page
The ultimate speed boost for Chrome, an empty new tab page!
ما هو Blank New Tab Page؟
Blank New Tab Page هو إضافة Chrome تم تطويرها بواسطة https://64pixels.com، والميزة الرئيسية لها هي "The ultimate speed boost for Chrome, an empty new tab page!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blank New Tab Page
قم بتنزيل ملفات الامتداد Blank New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.
معلومات أساسية عن التمديد
الاسم | Blank New Tab Page |
ID | nanjankoodpibkkjgmmaeoccefklohao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao |
الوصف | The ultimate speed boost for Chrome, an empty new tab page! |
حجم الملف | 4.6 KB |
عدد التثبيتات | 3,912 |
النسخة الحالية | 1.1 |
آخر تحديث | 2024-01-11 |
تاريخ النشر | 2020-04-30 |
تقييم | 4.27/5 مجموع تقييمات 11 |
المطور | https://64pixels.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab Page", "version": "1.1", "manifest_version": 2, "description": "The ultimate speed boost for Chrome, an empty new tab page!", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "offline_enabled": true, "background": { "page": "background.html" }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'" } |