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
公式URL 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"
    ]
}