New Tab Beautifier

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

New Tab Beautifier क्या है?

New Tab Beautifier Tab Beautifiers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautify Chrome's new tab page with awesome background images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab Beautifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}