Tab Reloader Extension

Use this extension to quickly re-open a list of urls in a the current window tabs

Tab Reloader Extension là gì?

Tab Reloader Extension là một tiện ích mở rộng Chrome được phát triển bởi Octplane, và tính năng chính của nó là "Use this extension to quickly re-open a list of urls in a the current window 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 Tab Reloader Extension

Tải xuống các tệp mở rộng Tab Reloader Extension 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 allows you to quickly reload tabs with a list of pre-defined urls. Useful in a demo context. Please configure the extension by right-clicking on the icon before using it.

Once configured, click on the dog icon, and all tabs will updated with the list of links. Chrome will also focus on the first tab.

You can also ask the extension to close all extras tabs at once.                    

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

Tên Tab Reloader Extension Tab Reloader Extension
ID fikdoamihjhcfocaacnhlbaggjbaklkc
URL Chính Thức https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc
Mô tả Use this extension to quickly re-open a list of urls in a the current window tabs
Kích Thước Tệp 314 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2018-11-16
Ngày Phát Hành 2018-11-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Octplane
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": "Tab Reloader Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Use this extension to quickly re-open a list of urls in a the current window tabs",
    "homepage_url": "https:\/\/github.com\/DataDog\/Demo-Chrome-Extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon-large.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Restore Tabs"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}