Reload All Tabs

Reload all tabas

Reload All Tabs란 무엇입니까?

Reload All Tabs은(는) https://studiobinghuan.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload all tabas"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This browser extension provide a function to let user refresh all tabs, 
for example: 
    There is a website, and you want to preview the content before downloading.
    So, you open items by tabs, and preview it first. 
    Next, you want to download it, but there is a notification said: you should login first.
    After login this website, you always need to reload all page to get permission to download.
    Now, you can just use this browser extension to reload all tabs with login status. 

My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard
or http://bhtalk.blogspot.tw/                    

확장 프로그램 기본 정보

이름 Reload All Tabs Reload All Tabs
ID kckchgndelncbndagologlincadijebb
공식 URL https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb
설명 Reload all tabas
파일 크기 1.1 MB
설치 횟수 98
현재 버전 1.0.0
최근 업데이트 2014-12-02
출시 날짜 2014-12-02
평점 5.00/5 총 1 개의 평점
개발자 https://studiobinghuan.blogspot.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://studiobinghuan.blogspot.tw/?view=flipcard
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "Reload all tabas",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "data\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    }
}