Reload All Tabs

This extension reloads all tabs with one click

Reload All Tabsとは何ですか?

Reload All TabsはCREOTIVEによって開発されたChromeの拡張機能で、その主な機能は「This extension reloads all tabs with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot

Reload All Tabs拡張機能のCRXファイルをダウンロード

Reload All Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension reloads all tabs with one click. This feature does not have Google Chrome  unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D                    

拡張機能の基本情報

名前 Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
公式URL https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
説明 This extension reloads all tabs with one click
ファイルサイズ 9.29 KB
インストール数 522
現在のバージョン 1.0
最終更新日 2014-09-05
公開日 2014-09-05
評価 3.00/5 合計 4 レビュー
開発者 CREOTIVE
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "This extension reloads all tabs with one click",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}