ReLoader

Easy reload the current tab without any cached data. Works with iFrame too.

ReLoader란 무엇입니까?

ReLoader은(는) Alister Zhao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy reload the current tab without any cached data. Works with iFrame too."입니다.

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

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

확장 프로그램 사용 설명서

                        Easily reload the current tab content without any cache data. Works with iFrame too.                    

확장 프로그램 기본 정보

이름 ReLoader ReLoader
ID ajdekpeolgboihkdkcmonalgafpefojb
공식 URL https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb
설명 Easy reload the current tab without any cached data. Works with iFrame too.
파일 크기 8.67 KB
설치 횟수 50
현재 버전 1.0
최근 업데이트 2015-01-09
출시 날짜 2015-01-09
개발자 Alister Zhao
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReLoader",
    "version": "1.0",
    "author": "Alister Zhao",
    "description": "Easy reload the current tab without any cached data. Works with iFrame too.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Reload Tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}