Multi New Tab

Your favorite sites on new tab pages.

Multi New Tab là gì?

Multi New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://getmulti.co, và tính năng chính của nó là "Your favorite sites on new tab pages.".

Ả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 Multi New Tab

Tải xuống các tệp mở rộng Multi 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

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

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

Tên Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
URL Chính Thức https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
Mô tả Your favorite sites on new tab pages.
Kích Thước Tệp 74.43 KB
Số Lần Cài Đặt 1,635
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2018-03-28
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://getmulti.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getmulti.co
URL Trang Trợ Giúp https://getmulti.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}