Multi New Tab

Your favorite sites on new tab pages.

O que é Multi New Tab?

Multi New Tab é uma extensão do Chrome desenvolvida por https://getmulti.co, e sua principal característica é "Your favorite sites on new tab pages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Multi New Tab

Baixe arquivos de extensão Multi New Tab 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

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

Informações Básicas da Extensão

Nome Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
URL Oficial https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
Descrição Your favorite sites on new tab pages.
Tamanho do Arquivo 74.43 KB
Contagem de Instalações 1,635
Versão Atual 1.0.9
Última Atualização 2023-03-31
Data de Publicação 2018-03-28
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor https://getmulti.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getmulti.co
URL da Página de Ajuda https://getmulti.co
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}