Auto Refresh Lite

Auto refresh a list of web pages after any number of seconds.

Auto Refresh Lite란 무엇입니까?

Auto Refresh Lite은(는) pragmatechdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto refresh a list of web pages after any number of seconds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Refresh Lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.

Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you                    

확장 프로그램 기본 정보

이름 Auto Refresh Lite Auto Refresh Lite
ID dblcelpijjljhjbkopojdhgoleciofip
공식 URL https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip
설명 Auto refresh a list of web pages after any number of seconds.
파일 크기 53.26 KB
설치 횟수 203
현재 버전 2.0
최근 업데이트 2021-01-06
출시 날짜 2014-06-21
평점 2.00/5 총 2 개의 평점
개발자 pragmatechdev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresh Lite",
    "icons": {
        "16": "icons\/icon-16.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "version": "2.0",
    "author": "pragmatechdev",
    "description": "Auto refresh a list of web pages after any number of seconds.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/icon-20.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}