Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Wat is Apps in new tab?
Apps in new tab is een Chrome-extensie ontwikkeld door Guillaume Ryder, en de belangrijkste functie is "Shows the list of installed apps instead of the search page when opening a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Apps in new tab
Download Apps in new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces the default new tab page with the apps list.
Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab Basisinformatie over de Extensie
| Naam | |
| ID | mpojaelnfgiajhilmojddklffggldfbp |
| Officiële URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
| Beschrijving | Shows the list of installed apps instead of the search page when opening a new tab. |
| Bestandsgrootte | 4.63 KB |
| Aantal Installaties | 564 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2022-10-24 |
| Publicatiedatum | 2019-09-27 |
| Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Guillaume Ryder |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
| Help Pagina-URL | https://github.com/guilryder/chrome-extensions/issues |
| Ondersteunde Talen | 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"
}
} | |