StayFresh Page Refresher

An open-source extension that refreshes pages at set intervals

StayFresh Page Refresher란 무엇입니까?

StayFresh Page Refresher은(는) Michael Goen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An open-source extension that refreshes pages at set intervals"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Choose a single URL, or all URLs at a domain to refresh periodically depending on the chosen time.

The extension remembers your settings and can have multiple URLs refreshing at once.

I'm open to suggestions for new features or improvements, feel free to leave a comment in the support section.

The source code can be found at my github:
https://github.com/mikegoen/stayfresh-extension                    

확장 프로그램 기본 정보

이름 StayFresh Page Refresher StayFresh Page Refresher
ID fjcgdkhnikhjmijgldhfbjjnnjdfjljd
공식 URL https://chromewebstore.google.com/detail/stayfresh-page-refresher/fjcgdkhnikhjmijgldhfbjjnnjdfjljd
설명 An open-source extension that refreshes pages at set intervals
파일 크기 101 KB
설치 횟수 158
현재 버전 1.0.0
최근 업데이트 2017-02-26
출시 날짜 2017-02-26
평점 3.67/5 총 3 개의 평점
개발자 Michael Goen
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StayFresh Page Refresher",
    "description": "An open-source extension that refreshes pages at set intervals",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}