New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
ما هو New Empty Coloured Tab؟
New Empty Coloured Tab هو إضافة Chrome تم تطويرها بواسطة Glenn Hallin، والميزة الرئيسية لها هي "When you open a 'New Tab' it's blank and set to the background color of your desire.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Empty Coloured Tab
قم بتنزيل ملفات الامتداد New Empty Coloured Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you open a 'New Tab' it's blank and set to the background color of your desire. Changelog: * Version 1.5.3 - Removed unneeded permission * Version 1.5.2 - First run default value set to #4c4a48
معلومات أساسية عن التمديد
الاسم | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
الوصف | When you open a 'New Tab' it's blank and set to the background color of your desire. |
حجم الملف | 137 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 1.5.3 |
آخر تحديث | 2023-07-03 |
تاريخ النشر | 2017-11-14 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | Glenn Hallin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Empty Coloured Tab", "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.", "version": "1.5.3", "background": { "scripts": [ "JS\/GETbg.js" ] }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "enct.html" }, "manifest_version": 2 } |