Lamenewtabpage

Replace the New Tab Page with your choice.

Qu'est-ce que Lamenewtabpage ?

Lamenewtabpage est une extension Chrome développée par dr.zaus, et sa fonction principale est "Replace the New Tab Page with your choice.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lamenewtabpage

Téléchargez les fichiers d'extension Lamenewtabpage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lamenewtabpage Lamenewtabpage
ID enbepoacecmhfdbbigckfepbjdaehhcp
URL Officiel https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp
Description Replace the New Tab Page with your choice.
Taille du Fichier 12.68 KB
Nombre d'Installations 57
Version Actuelle 0.2
Dernière Mise à Jour 2014-05-15
Date de Publication 2014-05-15
Développeur dr.zaus
Type de Paiement free
Langues Prises en Charge 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"
}