Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Mass Tab Opener là gì?

Mass Tab Opener là một tiện ích mở rộng Chrome được phát triển bởi http://alanchavez.com, và tính năng chính của nó là "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

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

Tải xuống các tệp mở rộng Mass Tab Opener 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 extension lets you open paste a list of URLs into a text box and open them all at once.                    

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

Tên Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
URL Chính Thức https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Mô tả This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Kích Thước Tệp 626 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-02-07
Ngày Phát Hành 2014-02-07
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://alanchavez.com
Loại Thanh Toán free
Trang Web Mở Rộng http://alanchavez.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}