New Tab As Apps

Causes the new tab to default to the Apps view instead of the google splash view.

New Tab As Apps क्या है?

New Tab As Apps http://holtstrom.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Causes the new tab to default to the Apps view instead of the google splash view."।

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

screenshot

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

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

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

                        While installed, new tabs default to 'chrome://apps/'

Updated Dec 2019 because it stopped working. Fixed by changing url to pendingUrl.

This extension will always be free and will never have ads.

This extension was created in response to Chrome's Feb 2014 removal of the "Enable Instant Extended API" that let you default your new tab to the Apps view.

The source code is very simple and is posted online, so you can inspect it for yourself.

http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html

If you prefer, you can instead use my "Home Button At Top Right" extension (https://chrome.google.com/webstore/detail/home-button-at-top-right/bfejcgpdahgpmgadhgdadfiekmhgnifm) which lets you (via right-click Options) toggle on/off the new-tabs-as-apps feature.                    

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

नाम New Tab As Apps New Tab As Apps
ID fmganoiddmbjfgmdpnkmiconhkbibilk
आधिकारिक URL https://chrome.google.com/webstore/detail/new-tab-as-apps/fmganoiddmbjfgmdpnkmiconhkbibilk
विवरण Causes the new tab to default to the Apps view instead of the google splash view.
फ़ाइल का आकार 4.75 KB
स्थापना संख्या 749
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-11-24
प्रकाशन तिथि 2019-12-14
रेटिंग 4.93/5 कुल 14 रेटिंग्स
डेवलपर http://holtstrom.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab As Apps",
    "description": "Causes the new tab to default to the Apps view instead of the google splash view.",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}