Theme of New Tab

Add a really cool picture to the new tab to brighten up your day.

O que é Theme of New Tab?

Theme of New Tab é uma extensão do Chrome desenvolvida por https://atavi.com, e sua principal característica é "Add a really cool picture to the new tab to brighten up your day.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Theme of New Tab

Baixe arquivos de extensão Theme of 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

                                            

Informações Básicas da Extensão

Nome Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
URL Oficial https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
Descrição Add a really cool picture to the new tab to brighten up your day.
Tamanho do Arquivo 143 KB
Contagem de Instalações 9,337
Versão Atual 1.5
Última Atualização 2017-06-08
Data de Publicação 2017-06-07
Classificação 4.13/5 Total de 67 Avaliações
Desenvolvedor https://atavi.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://atavi.com/browser-themes/?from=chrome-nt
URL da Página de Ajuda https://atavi.com/help/faq/?from=chrome-nt
Idiomas Suportados de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.5",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/atavi.com",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background\/page.html"
    },
    "page_action": {
        "default_icon": "i\/icon19.png",
        "default_title": "__MSG_pageaction_title__",
        "default_popup": "create\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "AtaviExt.js",
                "includes\/common.js"
            ],
            "css": [
                "c\/common.css"
            ]
        }
    ],
    "omnibox": {
        "keyword": "atavi"
    },
    "options_page": "options\/import.html",
    "web_accessible_resources": [
        "includes\/inject.js",
        "config.json"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "bookmarks",
        "history",
        "topSites",
        "tabs",
        "cookies",
        "storage",
        ""
    ],
    "optional_permissions": [
        "topSites"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.atavi.com\/*",
            "*:\/\/*.atavi.test\/*"
        ]
    }
}