Theme of New Tab

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

Theme of New Tab là gì?

Theme of New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://atavi.com, và tính năng chính của nó là "Add a really cool picture to the new tab to brighten up your day.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Theme of New Tab

Tải xuống các tệp mở rộng Theme of New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
URL Chính Thức https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
Mô tả Add a really cool picture to the new tab to brighten up your day.
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 9,337
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-06-08
Ngày Phát Hành 2017-06-07
Đánh Giá 4.13/5 Tổng số 67 Đánh Giá
Nhà Phát Triển https://atavi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://atavi.com/browser-themes/?from=chrome-nt
URL Trang Trợ Giúp https://atavi.com/help/faq/?from=chrome-nt
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}