Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Co je Apps in new tab?
Apps in new tab je rozšíření Chrome vyvinuté Guillaume Ryder, a jeho hlavní funkcí je „Shows the list of installed apps instead of the search page when opening a new tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Apps in new tab
Stáhněte si soubory rozšíření Apps in new tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
Základní Informace o Rozšíření
Název | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
Oficiální URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
Popis | Shows the list of installed apps instead of the search page when opening a new tab. |
Velikost souboru | 4.63 KB |
Počet instalací | 564 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2022-10-24 |
Datum Vydání | 2019-09-27 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | Guillaume Ryder |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
URL Stránky Nápovědy | https://github.com/guilryder/chrome-extensions/issues |
Podporované Jazyky | 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" } } |