Page Auto Refresher

Simple & Easy. Give your hands a rest!

Page Auto Refresher란 무엇입니까?

Page Auto Refresher은(는) yongwoonyo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple & Easy. Give your hands a rest!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Page Auto Refresher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!

---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked.                    

확장 프로그램 기본 정보

이름 Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
공식 URL https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
설명 Simple & Easy. Give your hands a rest!
파일 크기 9.29 KB
설치 횟수 2,090
현재 버전 1.2
최근 업데이트 2015-06-30
출시 날짜 2015-06-30
평점 4.04/5 총 24 개의 평점
개발자 yongwoonyo
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Auto Refresher",
    "version": "1.2",
    "description": "Simple & Easy. Give your hands a rest!",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}