New Tab with chrome apps
simple extension allows change default-new-tab to chrome-apps
Cos'è New Tab with chrome apps?
New Tab with chrome apps è un'estensione di Chrome sviluppata da https://jyny.dev, e la sua funzione principale è "simple extension allows change default-new-tab to chrome-apps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab with chrome apps
Scarica i file di estensione New Tab with chrome apps 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
OpenSource project for change default-new-tab to chrome-apps
Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page.
OpenSource!
Without any permissions required!!
more private, more secure!
view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps Informazioni di Base sull'Estensione
| Nome | |
| ID | ckcjokafpkoiijnflcpogblchhoieafj |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj |
| Descrizione | simple extension allows change default-new-tab to chrome-apps |
| Dimensione del File | 3.8 KB |
| Conteggio Installazioni | 1,364 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2021-03-25 |
| Data di Pubblicazione | 2015-03-23 |
| Valutazione | 4.18/5 Totale 11 Valutazioni |
| Sviluppatore | https://jyny.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Jyny/New-Tab-with-chrome-apps |
| URL della Pagina di Aiuto | https://github.com/Jyny/New-Tab-with-chrome-apps |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with chrome apps",
"version": "1.4",
"author": "jyny",
"icons": {
"128": "icon.png"
},
"description": "simple extension allows change default-new-tab to chrome-apps",
"chrome_url_overrides": {
"newtab": "redirect.html"
}
} | |