Your New Tab Page

Overrides the new tab page on Chrome with a more elegant and simple design.

Your New Tab Page क्या है?

Your New Tab Page disregarding standards द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overrides the new tab page on Chrome with a more elegant and simple design."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Your New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8.

You are now able to customize the font and background color.
Under "Settings", enter colors in hex (#FFFFFF is white) notation.

Uses:
- Place new links to your favorite websites
- Keep track of your packages by adding a link
- Have more, or less, than just 8 links.


Todo:
- Ability to sort the links
- Provide weather information
- Add a to-do list                    

एक्सटेंशन की मूल जानकारी

नाम Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
आधिकारिक URL https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
विवरण Overrides the new tab page on Chrome with a more elegant and simple design.
फ़ाइल का आकार 160 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.4
अंतिम अपडेट 2014-01-25
प्रकाशन तिथि 2014-01-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर disregarding standards
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yvescourtois/your-new-tab-page
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your New Tab Page",
    "description": "Overrides the new tab page on Chrome with a more elegant and simple design.",
    "version": "1.4",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "http:\/\/query.yahooapis.com\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "blank.gif"
    },
    "background": {
        "scripts": [
            "includes\/jquery-1.10.2.min.js",
            "includes\/bootstrap.min.js",
            "includes\/events.js",
            "includes\/ready.js"
        ]
    }
}