Coloring New Tab
Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.
ما هو Coloring New Tab؟
Coloring New Tab هو إضافة Chrome تم تطويرها بواسطة http://www.haohuu.com، والميزة الرئيسية لها هي "Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coloring New Tab
قم بتنزيل ملفات الامتداد Coloring New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🎉🎉🎉COLORING New Tab🎉🎉🎉 Introduction Let your new tab page look new! Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format. Feature 🔥180 modern color gradient schemes 🔍Support for custom search engin ⏱️Support 24-hour/12-hour system 💡 Support for displaying date and week 🌱 No need to connect to the Internet to protect user privacy! 🆓 Absolutely free without ads! Stand by Problem feedback: [email protected] Official website: http://www.haohuu.com 💖💖💖HAPPY!💖💖💖
معلومات أساسية عن التمديد
الاسم | |
ID | njlgeeadbppmkmhbebblbfepdiobdadg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/coloring-new-tab/njlgeeadbppmkmhbebblbfepdiobdadg |
الوصف | Personalize your start page with 180 beautiful gradient backgrounds! Customize your layout, search engine, time and date format. |
حجم الملف | 237 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://www.haohuu.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "version": "1.1.2", "description": "__MSG_app_desc__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_popup_desc__" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "contextMenus", "storage" ], "homepage_url": "http:\/\/www.haohuu.com", "default_locale": "en" } |