Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

Refresh 'Em All란 무엇입니까?

Refresh 'Em All은(는) Ciantic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh all tabs in Current Window. Whopping seven lines of code — no crap."입니다.

확장 프로그램 스크린샷

screenshot

Refresh 'Em All 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

확장 프로그램 기본 정보

이름 Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
공식 URL https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
설명 Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
파일 크기 21.65 KB
설치 횟수 610
현재 버전 0.9.2
최근 업데이트 2014-11-02
출시 날짜 2014-11-02
평점 4.73/5 총 15 개의 평점
개발자 Ciantic
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}