Beautiful New Tab

A beautiful new tab page

Beautiful New Tab क्या है?

Beautiful New Tab Matt Carrick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful new tab page"।

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

screenshot

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

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

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

                        A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

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

नाम Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
आधिकारिक URL https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
विवरण A beautiful new tab page
फ़ाइल का आकार 3.78 MB
स्थापना संख्या 167
वर्तमान संस्करण 1.19
अंतिम अपडेट 2019-08-28
प्रकाशन तिथि 2019-08-28
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Matt Carrick
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rokco.org
सहायता पृष्ठ URL https://github.com/xRokco/New-Tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}