Smart New Tab Page 2

Creats app icons for your most visited sites

Smart New Tab Page 2 là gì?

Smart New Tab Page 2 là một tiện ích mở rộng Chrome được phát triển bởi Mohamed Ahmed, và tính năng chính của nó là "Creats app icons for your most visited sites".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Smart New Tab Page 2 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

                        A new tab page which automatically shows you your most visited sites displayed as beautiful app icons.                    

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

Tên Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
URL Chính Thức https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
Mô tả Creats app icons for your most visited sites
Kích Thước Tệp 496 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-01-14
Ngày Phát Hành 2015-01-13
Nhà Phát Triển Mohamed Ahmed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart New Tab Page 2",
    "description": "Creats app icons for your most visited sites",
    "permissions": [
        "topSites",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/Utils.js"
            ]
        }
    ],
    "version": "0.1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}