Theme of New Tab

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

¿Qué es Theme of New Tab?

Theme of New Tab es una extensión de Chrome desarrollada por https://atavi.com, y su función principal es "Add a really cool picture to the new tab to brighten up your day.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Theme of New Tab

Descarga archivos de extensión Theme of New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
URL Oficial https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
Descripción Add a really cool picture to the new tab to brighten up your day.
Tamaño del Archivo 143 KB
Cantidad de Instalaciones 9,337
Versión Actual 1.5
Última Actualización 2017-06-08
Fecha de Publicación 2017-06-07
Calificación 4.13/5 Total de 67 Calificaciones
Desarrollador https://atavi.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://atavi.com/browser-themes/?from=chrome-nt
URL de la Página de Ayuda https://atavi.com/help/faq/?from=chrome-nt
Idiomas Soportados 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\/*"
        ]
    }
}