URL Loader

Load a pre-defined list of URLs

URL Loader là gì?

URL Loader là một tiện ích mở rộng Chrome được phát triển bởi Alexandre, và tính năng chính của nó là "Load a pre-defined list of URLs".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        - In the options page, define a list of URLs
- Open a new tab, and click on the extension icon in the toolbar to load the URLs one by one
- The number of remaining URLs to load is displayed on the extension icon
- On Chrome version 32+, an infobar will show the remaining URLs to load
- Otherwise, to keep track of where you are in the list, keep the options page open in a tab: it's refreshed after every click on the extension icon                    

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

Tên URL Loader URL Loader
ID pehlobngallbbadijocicdimmcpcckhl
URL Chính Thức https://chrome.google.com/webstore/detail/pehlobngallbbadijocicdimmcpcckhl
Mô tả Load a pre-defined list of URLs
Kích Thước Tệp 10.6 KB
Số Lần Cài Đặt 933
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-11-08
Ngày Phát Hành 2013-11-08
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Alexandre
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": "URL Loader",
    "description": "Load a pre-defined list of URLs",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Next URL"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "infobars"
    ]
}