Theme of New Tab

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

Co to jest Theme of New Tab?

Theme of New Tab to rozszerzenie Chrome opracowane przez https://atavi.com, a jego główną funkcją jest „Add a really cool picture to the new tab to brighten up your day.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Theme of New Tab

Pobierz pliki rozszerzeń Theme of New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
Oficjalny URL https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
Opis Add a really cool picture to the new tab to brighten up your day.
Rozmiar pliku 143 KB
Liczba instalacji 9,337
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-06-08
Data Publikacji 2017-06-07
Ocena 4.13/5 Łącznie 67 Oceny
Deweloper https://atavi.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://atavi.com/browser-themes/?from=chrome-nt
Adres URL Strony Pomocy https://atavi.com/help/faq/?from=chrome-nt
Obsługiwane Języki 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\/*"
        ]
    }
}