Tab Reloader Extension

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

什麼是Tab Reloader Extension?

Tab Reloader Extension是由Octplane開發的Chrome擴展程式,該擴展的主要功能是“Use this extension to quickly re-open a list of urls in a the current window tabs”。

擴展截圖

screenshot

下載Tab Reloader Extension擴展crx文件

下載Tab Reloader Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tab Reloader Extension Tab Reloader Extension
ID fikdoamihjhcfocaacnhlbaggjbaklkc
官方網址 https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc
簡介 Use this extension to quickly re-open a list of urls in a the current window tabs
檔案大小 314 KB
安裝次數 22
目前版本 0.1.0
更新時間 2018-11-16
上架時間 2018-11-16
評分 5.00/5 共 1 次評分
開發者 Octplane
付費類型 free
支援的語言 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"
    ]
}