Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Yet Another New Tab Page क्या है?

Yet Another New Tab Page Brian Mock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…"।

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

screenshot

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

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

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

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

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

नाम Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
आधिकारिक URL https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
विवरण It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
फ़ाइल का आकार 9.39 KB
स्थापना संख्या 194
वर्तमान संस्करण 21.0
अंतिम अपडेट 2017-11-19
प्रकाशन तिथि 2017-11-19
रेटिंग 4.43/5 कुल 14 रेटिंग्स
डेवलपर Brian Mock
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/wavebeem/yantp
सहायता पृष्ठ URL https://github.com/wavebeem/yantp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}