Change New Tab
Allows you to change New Tab page to your specific URL.
Wat is Change New Tab?
Change New Tab is een Chrome-extensie ontwikkeld door Make it Simpler, en de belangrijkste functie is "Allows you to change New Tab page to your specific URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Change New Tab
Download Change 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
                        Simple.
Minimalist.
Effective.
Size: 8 kB                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mocklpfdimiadpbgamlgehpgpodggahe | 
| Officiële URL | https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe | 
| Beschrijving | Allows you to change New Tab page to your specific URL. | 
| Bestandsgrootte | 8.37 KB | 
| Aantal Installaties | 12,184 | 
| Huidige Versie | 3.1 | 
| Laatst Bijgewerkt | 2024-02-20 | 
| Publicatiedatum | 2017-10-01 | 
| Beoordeling | 4.19/5 Totaal 69 Beoordelingen | 
| Ontwikkelaar | Make it Simpler | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.1",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "res\/new.htm"
    },
    "icons": {
        "48": "res\/0.png",
        "128": "res\/1.png"
    },
    "background": {
        "service_worker": "res\/background.js"
    },
    "options_ui": {
        "page": "res\/options.htm",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}  |  |