Multi Site Explorer

This extension allows you to open pre-selected websites in multiple tabs

Multi Site Explorer là gì?

Multi Site Explorer là một tiện ích mở rộng Chrome được phát triển bởi Graham Byers, và tính năng chính của nó là "This extension allows you to open pre-selected websites in multiple tabs".

Ả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 Multi Site Explorer

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

                        This small Chrom Extension enables the user to open multiple pre-selected websites with a single click.

Just load the urls of your choice into the text box and click submist.

The extension will save your urls for the next time you open up Chrome                    

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

Tên Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
URL Chính Thức https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
Mô tả This extension allows you to open pre-selected websites in multiple tabs
Kích Thước Tệp 4.89 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-25
Ngày Phát Hành 2016-01-25
Nhà Phát Triển Graham Byers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Site Explorer",
    "description": "This extension allows you to open  pre-selected websites in multiple tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}