New Tab Background Image Extension
Replace the default new tab page content with any background image.
ما هو New Tab Background Image Extension؟
New Tab Background Image Extension هو إضافة Chrome تم تطويرها بواسطة linuscedergren، والميزة الرئيسية لها هي "Replace the default new tab page content with any background image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Background Image Extension
قم بتنزيل ملفات الامتداد New Tab Background Image Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.
معلومات أساسية عن التمديد
الاسم | New Tab Background Image Extension |
ID | iohffbeoicpkdleboejfalnmmokbfcep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
الوصف | Replace the default new tab page content with any background image. |
حجم الملف | 8.27 KB |
عدد التثبيتات | 73 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2022-10-29 |
تاريخ النشر | 2020-09-27 |
المطور | linuscedergren |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Background Image Extension", "version": "1.4.0", "manifest_version": 3, "description": "Replace the default new tab page content with any background image.", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": ".\/index.html" }, "icons": { "128": ".\/icon.png" } } |