Lamenewtabpage
Replace the New Tab Page with your choice.
Was ist Lamenewtabpage?
Lamenewtabpage ist eine Chrome-Erweiterung, die von dr.zaus entwickelt wurde, und ihr Hauptmerkmal ist "Replace the New Tab Page with your choice.".
Erweiterungsscreenshots
Lamenewtabpage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lamenewtabpage-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
Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect. Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites. Based on the excellent New Tab Redirect extension, but with less "fluff". Source code at https://github.com/zaus/chrome-ext-lamenewtabpage. Options: * The url to redirect to * includes dropdown list of common examples * An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url) * Debug mode -- just dumps some system events to the console **Permissions** * storage -- so it can sync your settings across browser instances.
Grundlegende Informationen zur Erweiterung
Name | |
ID | enbepoacecmhfdbbigckfepbjdaehhcp |
Offizielle URL | https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp |
Beschreibung | Replace the New Tab Page with your choice. |
Dateigröße | 12.68 KB |
Installationsanzahl | 57 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-05-15 |
Veröffentlichungsdatum | 2014-05-15 |
Entwickler | dr.zaus |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lamenewtabpage", "version": "0.2", "description": "Replace the New Tab Page with your choice.", "icons": { "128": "icon96.png", "48": "icon48.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "options_page": "options.html", "permissions": [ "storage" ], "incognito": "split" } |