Lamenewtabpage

Replace the New Tab Page with your choice.

O que é Lamenewtabpage?

Lamenewtabpage é uma extensão do Chrome desenvolvida por dr.zaus, e sua principal característica é "Replace the New Tab Page with your choice.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lamenewtabpage

Baixe arquivos de extensão Lamenewtabpage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lamenewtabpage Lamenewtabpage
ID enbepoacecmhfdbbigckfepbjdaehhcp
URL Oficial https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp
Descrição Replace the New Tab Page with your choice.
Tamanho do Arquivo 12.68 KB
Contagem de Instalações 57
Versão Atual 0.2
Última Atualização 2014-05-15
Data de Publicação 2014-05-15
Desenvolvedor dr.zaus
Tipo de Pagamento free
Idiomas Suportados 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"
}