Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

Vad är Apps in new tab?

Apps in new tab är en Chrome-tillägg utvecklad av Guillaume Ryder, och dess huvudfunktion är "Shows the list of installed apps instead of the search page when opening a new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Apps in new tab-förlängningens CRX-fil

Ladda ner Apps in new tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

Grundläggande Information om Tillägg

Namn Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
Officiell webbadress https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Beskrivning Shows the list of installed apps instead of the search page when opening a new tab.
Filstorlek 4.63 KB
Antal Installationer 564
Aktuell Version 2.0.0
Senast Uppdaterad 2022-10-24
Publiceringsdatum 2019-09-27
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Guillaume Ryder
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/guilryder/chrome-extensions/tree/master/newtab
Hjälpsida URL https://github.com/guilryder/chrome-extensions/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}