Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
ما هو Colored New Tab؟
Colored New Tab هو إضافة Chrome تم تطويرها بواسطة https://glogovetan.com، والميزة الرئيسية لها هي "Google Chrome (or Chromium) extension that opens the new tab in a specific color".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Colored New Tab
قم بتنزيل ملفات الامتداد Colored New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A minimalist Chrome extension that replaces the New Tab page with simple colors.
Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher معلومات أساسية عن التمديد
| الاسم | |
| ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
| الوصف | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
| حجم الملف | 11.46 KB |
| عدد التثبيتات | 40 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2018-03-11 |
| تاريخ النشر | 2018-03-11 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://glogovetan.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/rdig/colored-new-tab |
| عنوان صفحة المساعدة | https://github.com/rdig/colored-new-tab/issues |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colored New Tab",
"short_name": "New Tab",
"version": "1.0.0",
"description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
"author": "Raul Glogovetan",
"homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
"icons": {
"16": "extension_icon_16.png",
"48": "extension_icon_48.png",
"128": "extension_icon_128.png"
},
"offline_enabled": true,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "TabPage\/index.html"
}
} | |