Refresh All Tabs
This extension will refresh all open tabs.
Refresh All Tabsとは何ですか?
Refresh All Tabsはhttp://nl2bryourmind.co.zaによって開発されたChromeの拡張機能で、その主な機能は「This extension will refresh all open tabs.」です。
Refresh All Tabs拡張機能のCRXファイルをダウンロード
Refresh All Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Refresh all your tabs, at the click of a button.
拡張機能の基本情報
名前 | |
ID | nhbpinlffgpokedhcogkocafmdffipjb |
公式URL | https://chrome.google.com/webstore/detail/refresh-all-tabs/nhbpinlffgpokedhcogkocafmdffipjb |
説明 | This extension will refresh all open tabs. |
ファイルサイズ | 30.67 KB |
インストール数 | 613 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-22 |
公開日 | 2014-09-22 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | http://nl2bryourmind.co.za |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh All Tabs", "description": "This extension will refresh all open tabs.", "version": "1.0", "short_name": "Refresh All Tabs", "permissions": [ "tabs" ], "author": "Llewellyn Collins", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |