Reload Tabs

Reload all Chrome tabs, including the ones that are frozen by Great Suspender

Reload Tabs란 무엇입니까?

Reload Tabs은(는) https://ephrain.pixnet.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload all Chrome tabs, including the ones that are frozen by Great Suspender"입니다.

확장 프로그램 스크린샷

screenshot

Reload Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reload all Chrome tabs at once.

This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.                    

확장 프로그램 기본 정보

이름 Reload Tabs Reload Tabs
ID inhimoldpmckkeohhdkccpnpbpdfaple
공식 URL https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple
설명 Reload all Chrome tabs, including the ones that are frozen by Great Suspender
파일 크기 14.43 KB
설치 횟수 793
현재 버전 1.0
최근 업데이트 2014-09-24
출시 날짜 2014-09-24
평점 5.00/5 총 2 개의 평점
개발자 https://ephrain.pixnet.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Tabs",
    "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}