New Tab Beautifier

Beautify Chrome's new tab page with awesome background images.

ما هو New Tab Beautifier؟

New Tab Beautifier هو إضافة Chrome تم تطويرها بواسطة Tab Beautifiers، والميزة الرئيسية لها هي "Beautify Chrome's new tab page with awesome background images.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة New Tab Beautifier

قم بتنزيل ملفات الامتداد New Tab Beautifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.                    

معلومات أساسية عن التمديد

الاسم New Tab Beautifier New Tab Beautifier
ID jaffpmdkmkpbmjhgiogmkipocghhnelg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg
الوصف Beautify Chrome's new tab page with awesome background images.
حجم الملف 12.87 KB
عدد التثبيتات 370
النسخة الحالية 1.0
آخر تحديث 2014-07-25
تاريخ النشر 2014-07-25
تقييم 4.49/5 مجموع تقييمات 76
المطور Tab Beautifiers
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Beautify Chrome's new tab page with awesome background images.",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "New Tab Beautifier",
    "version": "1.0"
}