Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Cos'è Apps in new tab?
Apps in new tab è un'estensione di Chrome sviluppata da Guillaume Ryder, e la sua funzione principale è "Shows the list of installed apps instead of the search page when opening a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Apps in new tab
Scarica i file di estensione Apps in new tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replaces the default new tab page with the apps list.
Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab Informazioni di Base sull'Estensione
| Nome | |
| ID | mpojaelnfgiajhilmojddklffggldfbp |
| URL Ufficiale | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
| Descrizione | Shows the list of installed apps instead of the search page when opening a new tab. |
| Dimensione del File | 4.63 KB |
| Conteggio Installazioni | 564 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2022-10-24 |
| Data di Pubblicazione | 2019-09-27 |
| Valutazione | 2.50/5 Totale 2 Valutazioni |
| Sviluppatore | Guillaume Ryder |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
| URL della Pagina di Aiuto | https://github.com/guilryder/chrome-extensions/issues |
| Lingue Supportate | 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"
}
} | |