New Tab No Shortcuts
Replaces the New Tab page with google.com.
Was ist New Tab No Shortcuts?
New Tab No Shortcuts ist eine Chrome-Erweiterung, die von amiller entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the New Tab page with google.com.".
Erweiterungsscreenshots
New Tab No Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab No Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com. This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.
Grundlegende Informationen zur Erweiterung
Name | New Tab No Shortcuts |
ID | hckndkmfhfpjdnagcgdahfipkhhahbfk |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk |
Beschreibung | Replaces the New Tab page with google.com. |
Dateigröße | 8.82 KB |
Installationsanzahl | 118 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-02-02 |
Veröffentlichungsdatum | 2020-01-29 |
Entwickler | amiller |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab No Shortcuts", "short_name": "New Tab No Shortcuts", "version": "1.1", "minimum_chrome_version": "29", "description": "Replaces the New Tab page with google.com.", "author": "Andrew Miller", "icons": { "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "new-tab.html" } } |